Skip to content

Commit

Permalink
Merge pull request #93 from kevin1024/fix-deprecated-upload-download-…
Browse files Browse the repository at this point in the history
…artifact
  • Loading branch information
graingert authored Sep 18, 2024
2 parents 8ec3611 + 273ee02 commit f81b16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: tox -e py,release

- name: upload dist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_${{ matrix.python-version}}_dist
path: dist
Expand All @@ -53,7 +53,7 @@ jobs:
id-token: write
steps:
- name: Download dists for PyPI
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ubuntu-latest_3.11_dist
path: dist
Expand Down

0 comments on commit f81b16b

Please sign in to comment.