Skip to content

Commit 070fe07

Browse files
authored
Merge pull request #593 from powerapi-ng/dependabot/github_actions/actions/download-artifact-4.3.0
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0
2 parents ecf763d + cc50524 commit 070fe07

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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
99+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
100100
with:
101101
name: "python-build-dist"
102102
path: dist
@@ -178,13 +178,13 @@ jobs:
178178
git-chglog --config .github/chglog/config.yml --output CHANGELOG.md "${GITHUB_REF_NAME}"
179179
180180
- name: Download python build artifacts
181-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
181+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
182182
with:
183183
name: "python-build-dist"
184184
path: dist
185185

186186
- name: Download SLSA provenance attestation
187-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
187+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
188188
with:
189189
name: "multiple.intoto.jsonl"
190190
path: dist

0 commit comments

Comments
 (0)