Skip to content

Commit 913bc20

Browse files
Merge pull request #299 from flatironinstitute/update_version
updated checkout version
2 parents c355d28 + 3d7915d commit 913bc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pure-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# modify the following as necessary to e.g., run notebooks
5454
run: |
5555
pytest
56-
- uses: actions/upload-artifact@v3
56+
- uses: actions/upload-artifact@v4
5757
with:
5858
path: dist/*
5959

@@ -65,7 +65,7 @@ jobs:
6565
permissions:
6666
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
6767
steps:
68-
- uses: actions/download-artifact@v3
68+
- uses: actions/download-artifact@v4
6969
with:
7070
name: artifact
7171
path: dist

0 commit comments

Comments
 (0)