Skip to content

Commit

Permalink
Merge pull request #299 from flatironinstitute/update_version
Browse files Browse the repository at this point in the history
updated checkout version
  • Loading branch information
BalzaniEdoardo authored Jan 23, 2025
2 parents c355d28 + 3d7915d commit 913bc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pure-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# modify the following as necessary to e.g., run notebooks
run: |
pytest
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*

Expand All @@ -65,7 +65,7 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 913bc20

Please sign in to comment.