Skip to content

Commit 1589144

Browse files
chore(deps): bump actions/download-artifact from 4.1.8 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 638291f commit 1589144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
egress-policy: audit
3838

3939
- name: Download Artifacts
40-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
40+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4141

4242
start:
4343
needs: state
@@ -414,7 +414,7 @@ jobs:
414414
upload-artifact-retention: 1
415415

416416
- name: Download Artifacts
417-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
417+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
418418

419419
- name: Upload SBOM to GitHub Release
420420
uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4

0 commit comments

Comments
 (0)