Skip to content

Commit

Permalink
Bump actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jan 30, 2025
1 parent 37adb15 commit afdcdfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: pip install wheel setuptools

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "Python wheel"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: pip install wheel setuptools

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "Python wheel"

Expand Down

0 comments on commit afdcdfa

Please sign in to comment.