From 73a605fd78c53c75521272e2ec9f07792d17616c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:44:12 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.2 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/84480863f228bb9747b473957fcc9e309aa96097...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) --- 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 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