Skip to content

Commit 3b33937

Browse files
Merge pull request #21 from webis-de/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 4f47f87 + 6a2d127 commit 3b33937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: "📥 Check-out"
125125
uses: actions/checkout@v5
126126
- name: "📥 Download Python wheels"
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
name: wheels
130130
path: dist
@@ -143,7 +143,7 @@ jobs:
143143
- name: "📥 Check-out"
144144
uses: actions/checkout@v5
145145
- name: "📥 Download Python wheels"
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
name: wheels
149149
path: dist

0 commit comments

Comments
 (0)