Skip to content

Commit

Permalink
download-artifact-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Cummins committed Dec 9, 2024
1 parent 325808f commit 3f90361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download source package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: distribution
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: distribution
path: dist/
Expand Down

0 comments on commit 3f90361

Please sign in to comment.