Skip to content

Commit

Permalink
Merge pull request #135 from hibtc/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
coldfix authored Dec 19, 2023
2 parents d584829 + 07df798 commit 6d569b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Download cpymad wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-${{ matrix.os }}
path: dist
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-linux
path: dist
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
python-version: '3.x'

- name: Fetch built distributions
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: dist

Expand Down

0 comments on commit 6d569b7

Please sign in to comment.