From a450fef0586a383ff5e42c78bba9d33186d96cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 02:44:19 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/5d5d22a31266ced268874388b861e4b58bb5c2f3...1746f4ab65b179e0ea60a494b83293b640dd5bba) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.build.yml | 2 +- .github/workflows/ci.deploy.yml | 2 +- .github/workflows/ci.test.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.build.yml b/.github/workflows/ci.build.yml index dd27bb4..f95158f 100644 --- a/.github/workflows/ci.build.yml +++ b/.github/workflows/ci.build.yml @@ -59,7 +59,7 @@ jobs: - name: "Build: Distribution" run: pnpm run dist - name: "Artifact: Workers & Site" - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: javamodules-web-${{ github.sha }} retention-days: 7 diff --git a/.github/workflows/ci.deploy.yml b/.github/workflows/ci.deploy.yml index 00bc812..b82ab17 100644 --- a/.github/workflows/ci.deploy.yml +++ b/.github/workflows/ci.deploy.yml @@ -76,7 +76,7 @@ jobs: run: pnpm run dist - name: "Artifact: Workers & Site" id: artifacts - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: javamodules-dist-${{ github.sha }} retention-days: 7 diff --git a/.github/workflows/ci.test.yml b/.github/workflows/ci.test.yml index 7cc9295..14e65ec 100644 --- a/.github/workflows/ci.test.yml +++ b/.github/workflows/ci.test.yml @@ -57,7 +57,7 @@ jobs: - name: "Test: All Targets" run: pnpm run test - name: "Artifact: Test Results" - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: javamodules-web-tests-${{ github.sha }} retention-days: 7 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d85dec9..cc2345e 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -60,7 +60,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: SARIF file path: results.sarif