Skip to content

Commit a37762b

Browse files
chore(deps): bump actions/download-artifact from 4.1.8 to 5.0.0 (#984)
1 parent 2d4284e commit a37762b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
60+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
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
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Download artifact
112-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
112+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113113
with:
114114
name: artifact-ubuntu-latest-python-3.13
115115
path: dist
@@ -210,7 +210,7 @@ jobs:
210210
fetch-depth: 0
211211

212212
- name: Download provenance
213-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
213+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
214214
with:
215215
name: ${{ needs.provenance.outputs.provenance-name }}
216216

0 commit comments

Comments
 (0)