Skip to content

Commit 1918bfd

Browse files
chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.1 (#680)
1 parent 47a25c9 commit 1918bfd

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@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
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@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
111111
with:
112112
name: artifact-ubuntu-latest-python-3.11
113113
path: dist
@@ -208,7 +208,7 @@ jobs:
208208
fetch-depth: 0
209209

210210
- name: Download provenance
211-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
211+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
212212
with:
213213
name: ${{ needs.provenance.outputs.provenance-name }}
214214

0 commit comments

Comments
 (0)