Skip to content

Commit

Permalink
Merge pull request #95 from randovania/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
henriquegemignani authored Jun 17, 2024
2 parents 01b85a3 + 813f434 commit 1e9d855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: PYTHONWARNINGS=error python -m build

- name: Store the packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
python-version: ${{ matrix.python.version }}

- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 1e9d855

Please sign in to comment.