diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 98f0934fb..0a33df2e8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -143,7 +143,7 @@ jobs: export _JAVA_OPTIONS="-Xmx4G" ./gradlew --parallel :ca-certificates:check --stacktrace - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() # always run even if the previous step fails with: name: test-results @@ -185,7 +185,7 @@ jobs: mkdir ${{ matrix.product.version }} mv $( echo "${{ matrix.image_type }}" | tr [:upper:] [:lower:] ) ${{ matrix.product.version }} - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() # always run even if the previous step fails with: name: test-results diff --git a/.github/workflows/pgkbuild.yml b/.github/workflows/pgkbuild.yml index 6c591eac5..e23421099 100644 --- a/.github/workflows/pgkbuild.yml +++ b/.github/workflows/pgkbuild.yml @@ -39,7 +39,7 @@ jobs: export WORKSPACE=$PWD bash pkgbuild/create-installer-mac.sh - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: macOS_${{ matrix.architecture }} path: workspace/target/*.pkg diff --git a/.github/workflows/wix.yml b/.github/workflows/wix.yml index 3a5ef8024..9be4320a7 100644 --- a/.github/workflows/wix.yml +++ b/.github/workflows/wix.yml @@ -100,7 +100,7 @@ jobs: call Build.OpenJDK_generic.cmd shell: cmd - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: windows path: wix/ReleaseDir/*.msi