Skip to content

Commit 299a6b1

Browse files
Merge pull request #27 from webis-de/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 14a418d + 71afe7d commit 299a6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ls -R
3434
working-directory: dist
3535
- name: "📤 Upload Python wheel"
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
if: matrix.python == '3.9' && matrix.os == 'ubuntu-latest'
3838
with:
3939
name: wheel

0 commit comments

Comments
 (0)