Skip to content

Commit 3018e22

Browse files
chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.5 (#726)
1 parent f713ddf commit 3018e22

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_wiki-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Download the build artifacts attached to this workflow run.
5959
- name: Download artifact
60-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
60+
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
6161
with:
6262
name: ${{ inputs.artifact-name }}
6363
path: dist

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
fetch-depth: 0
108108

109109
- name: Download artifact
110-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
110+
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
111111
with:
112112
name: artifact-ubuntu-latest-python-3.11
113113
path: dist
@@ -210,7 +210,7 @@ jobs:
210210
# Important: update actions/download-artifact to v4 only when generator_generic_slsa3.yml is also compatible.
211211
# See https://github.com/slsa-framework/slsa-github-generator/issues/3068
212212
- name: Download provenance
213-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
213+
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
214214
with:
215215
name: ${{ needs.provenance.outputs.provenance-name }}
216216

0 commit comments

Comments
 (0)