Skip to content

Commit 3d1e3ef

Browse files
chore(deps): bump actions/download-artifact from 4.1.5 to 4.1.7 (#744)
1 parent a1dd07e commit 3d1e3ef

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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
60+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
110+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
111111
with:
112112
name: artifact-ubuntu-latest-python-3.12
113113
path: dist
@@ -208,7 +208,7 @@ jobs:
208208
fetch-depth: 0
209209

210210
- name: Download provenance
211-
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
211+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
212212
with:
213213
name: ${{ needs.provenance.outputs.provenance-name }}
214214

0 commit comments

Comments
 (0)