Skip to content

Commit acd0ca4

Browse files
committed
Use v4 for downlad and upload artifact
1 parent 210e612 commit acd0ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
python -m build
7272
73-
- uses: actions/upload-artifact@v2
73+
- uses: actions/upload-artifact@v4
7474
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
7575
with:
7676
path: dist
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181

8282
steps:
83-
- uses: actions/download-artifact@v4.1.7
83+
- uses: actions/download-artifact@v4
8484
with:
8585
name: artifact
8686
path: dist

0 commit comments

Comments
 (0)