Skip to content

Commit f0e26e5

Browse files
committed
Bump download/upload artifact to v4.
1 parent 539e5da commit f0e26e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
cd docs && make clean && make html
3939

40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4.4.3
4141
with:
4242
path: dist/*.tar.gz
4343

@@ -82,7 +82,7 @@ jobs:
8282
name: Uploading built packages to pypi for release.
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/download-artifact@v2
85+
- uses: actions/download-artifact@v4.1.8
8686
with:
8787
name: artifact
8888
path: dist

0 commit comments

Comments
 (0)