Skip to content

Commit

Permalink
Revert "Bump actions/upload-artifact from 3 to 4 (#774)"
Browse files Browse the repository at this point in the history
This reverts commit 180105e.
  • Loading branch information
cclauss authored Jul 29, 2024
1 parent 180105e commit 12e14bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python3 -m build

- name: Store the distribution packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 12e14bc

Please sign in to comment.