From 00b8baad0f4b83995552ce39e646e470a456de05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:22:09 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.4 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yml | 6 +++--- .github/workflows/pkgbuild.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/wix.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b53ecb894..3d6137efe 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: test-results path: '**/build/test-results/**/TEST-*.xml' diff --git a/.github/workflows/pkgbuild.yml b/.github/workflows/pkgbuild.yml index 7748eace1..ab1444d16 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 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 80df6b76d..21430546a 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/wix.yml b/.github/workflows/wix.yml index 3a44efd3e..28c0a49b7 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: windows-${{ env.PRODUCT_MAJOR_VERSION }}-${{ matrix.arch }} path: wix/ReleaseDir/*.msi