diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 17c76420..e0eff142 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -125,7 +125,7 @@ jobs: export _JAVA_OPTIONS="-Xmx4G" ./gradlew --parallel :ca-certificates:check --stacktrace - - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() # always run even if the previous step fails with: name: test-results-ca-certificates @@ -166,7 +166,7 @@ jobs: mkdir ${{ matrix.product.version }} mv $( echo "${{ matrix.image_type }}" | tr [:upper:] [:lower:] ) ${{ matrix.product.version }} - - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() # always run even if the previous step fails with: name: test-results-${{ matrix.product.name }}-${{ matrix.product.version }}-${{ matrix.distro }}-${{ matrix.image_type }} @@ -187,7 +187,7 @@ jobs: with: name: test-results-* - - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: test-results path: '**/build/test-results/**/TEST-*.xml' diff --git a/.github/workflows/pkgbuild.yml b/.github/workflows/pkgbuild.yml index 6515eaa0..33173464 100644 --- a/.github/workflows/pkgbuild.yml +++ b/.github/workflows/pkgbuild.yml @@ -58,7 +58,7 @@ jobs: export WORKSPACE=$PWD bash pkgbuild/create-installer-mac.sh - - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: macos-${{ env.MAJOR_VERSION }}-${{ matrix.architecture }} path: workspace/target/*.pkg diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 7e6f34bd..5ea91cd6 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -58,7 +58,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/wix.yml b/.github/workflows/wix.yml index bc3601fd..25be5d03 100644 --- a/.github/workflows/wix.yml +++ b/.github/workflows/wix.yml @@ -105,7 +105,7 @@ jobs: JVM: ${{ matrix.JVM }} shell: cmd - - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: windows-${{ env.PRODUCT_MAJOR_VERSION }}-${{ matrix.arch }} path: wix/ReleaseDir/*.msi