Skip to content

Commit

Permalink
update download-artifact action
Browse files Browse the repository at this point in the history
upgrade actions/download-artifact to v4. v3 is deprecated.
  • Loading branch information
fifield authored Sep 3, 2024
1 parent 15c572c commit c78a4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down

0 comments on commit c78a4c8

Please sign in to comment.