Skip to content

Commit 15d391f

Browse files
authored
Merge pull request #645 from powerapi-ng/dependabot/github_actions/actions/download-artifact-5.0.0
build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents cab1e34 + 6af58d7 commit 15d391f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Download build artifacts
99-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
99+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
100100
with:
101101
name: "python-build-dist"
102102
path: dist
@@ -181,13 +181,13 @@ jobs:
181181
git-chglog --config .github/chglog/config.yml --output CHANGELOG.md "${GITHUB_REF_NAME}"
182182
183183
- name: Download python build artifacts
184-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
184+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
185185
with:
186186
name: "python-build-dist"
187187
path: dist
188188

189189
- name: Download SLSA provenance attestation
190-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
190+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
191191
with:
192192
name: "multiple.intoto.jsonl"
193193
path: dist

0 commit comments

Comments
 (0)