Skip to content

Commit

Permalink
Upload artifacts to version 3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomm committed Sep 17, 2024
1 parent fa2bbef commit d9332b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python -m build

- name: Store the distribution packages
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand All @@ -45,7 +45,7 @@ jobs:

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

0 comments on commit d9332b8

Please sign in to comment.