Skip to content

Commit

Permalink
Merge pull request #43 from webis-de/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
janheinrichmerker authored Apr 2, 2024
2 parents ff61fb4 + 197ba9f commit 3c3be9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
- name: 📥 Check-out
uses: actions/checkout@v4
- name: 📥 Download Python wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheel
path: dist
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- name: 📥 Check-out
uses: actions/checkout@v4
- name: 📥 Download Python wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheel
path: dist
Expand Down

0 comments on commit 3c3be9a

Please sign in to comment.