Skip to content

Commit f573292

Browse files
authored
Merge pull request #704 from powerapi-ng/dependabot/github_actions/actions/download-artifact-6.0.0
build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0
2 parents f1ea67e + da4e56c commit f573292

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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
99+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
184+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
185185
with:
186186
name: "python-build-dist"
187187
path: dist
188188

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

0 commit comments

Comments
 (0)