Skip to content

Commit

Permalink
update actions/download-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Aug 22, 2024
1 parent 74a8509 commit 68f5aaa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- run: rm LICENSE.txt
- name: Download LICENSE.txt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-wheel-license
path: .
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- run: rm LICENSE.txt
- name: Download LICENSE.txt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-wheel-license
path: .
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- uses: actions/checkout@v4
- run: rm LICENSE.txt
- name: Download LICENSE.txt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-wheel-license
path: .
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- uses: actions/checkout@v4
- run: rm LICENSE.txt
- name: Download LICENSE.txt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-wheel-license
path: .
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- uses: actions/checkout@v4
- run: rm LICENSE.txt
- name: Download LICENSE.txt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-wheel-license
path: .
Expand All @@ -258,7 +258,7 @@ jobs:
# needs: [build-manylinux, build-python-mac-win]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
Expand Down

0 comments on commit 68f5aaa

Please sign in to comment.