Skip to content

Commit e14e1ce

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 4696457 commit e14e1ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/GitHub Release & Artifact Upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Checkout source code
1616
uses: actions/checkout@v4
1717
- name: Download SBOM
18-
uses: actions/download-artifact@v4
18+
uses: actions/download-artifact@v5
1919
with:
2020
name: sbom
2121
path: artifacts/
2222
- name: Download pip-audit report
23-
uses: actions/download-artifact@v4
23+
uses: actions/download-artifact@v5
2424
with:
2525
name: pip-audit-report
2626
path: artifacts/

.github/workflows/SLSA Provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- name: Checkout source code
1717
uses: actions/checkout@v4
1818
- name: Download SBOM
19-
uses: actions/download-artifact@v4
19+
uses: actions/download-artifact@v5
2020
with:
2121
name: sbom
2222
path: artifacts/
2323
- name: Download pip-audit report
24-
uses: actions/download-artifact@v4
24+
uses: actions/download-artifact@v5
2525
with:
2626
name: pip-audit-report
2727
path: artifacts/

0 commit comments

Comments
 (0)