From 98a3125828befe4dde354d54c0f1ba8e448e5212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:12:28 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.4.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.build-test.yml | 2 +- .github/workflows/ci.publish-package.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.build-test.yml b/.github/workflows/ci.build-test.yml index 7eba33bc..2dc8b5af 100644 --- a/.github/workflows/ci.build-test.yml +++ b/.github/workflows/ci.build-test.yml @@ -84,7 +84,7 @@ jobs: - name: 'Build: Packages' run: pnpm run -r pack - name: 'Artifact: Packages' - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: javamodules-npm-${{ github.sha }} retention-days: 7 diff --git a/.github/workflows/ci.publish-package.yml b/.github/workflows/ci.publish-package.yml index 70e6e47f..5c9552d9 100644 --- a/.github/workflows/ci.publish-package.yml +++ b/.github/workflows/ci.publish-package.yml @@ -133,7 +133,7 @@ jobs: echo "hashes=$(cat ./packages/${{ inputs.package }}/pkg-hashes-encoded.txt)" >> "$GITHUB_OUTPUT" - name: 'Artifact: Packages' - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: javamodules-pkg-${{ inputs.package }}-${{ github.sha }} retention-days: 30 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 8d558de8..078a94fc 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -59,7 +59,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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif