From 01276be793785f482954265f4152c0575ccec627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:22:18 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 4.3.0 to 4.3.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...5d5d22a31266ced268874388b861e4b58bb5c2f3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 4 ++-- .github/workflows/module.scorecards.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index f1714b0..2383bcf 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -149,14 +149,14 @@ jobs: max-annotations: "0" fail-on-error: false - name: "Artifact: Libraries" - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 continue-on-error: true with: name: libraries-jvm path: | ./subprojects/*/build/libs/*.jar - name: "Artifact: Reports" - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 continue-on-error: true with: name: test-reports-jvm diff --git a/.github/workflows/module.scorecards.yml b/.github/workflows/module.scorecards.yml index 0655da5..6affc91 100644 --- a/.github/workflows/module.scorecards.yml +++ b/.github/workflows/module.scorecards.yml @@ -54,7 +54,7 @@ jobs: results_format: sarif publish_results: true - name: "Artifacts: SARIF Report" - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 with: name: "Scorecard SARIF" path: results.sarif