Skip to content

Commit 30717fb

Browse files
committed
Use the same version for the upload-artifact and download-artifact action
1 parent 7fd3d0a commit 30717fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python setup.py sdist bdist_wheel
5858
5959
- name: Upload artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: distfiles_${{ github.run_id }}
6363
path: dist
@@ -76,7 +76,7 @@ jobs:
7676
python-version: '3.x'
7777

7878
- name: Download artifacts
79-
uses: actions/download-artifact@v4.1.7
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: distfiles_${{ github.run_id }}
8282
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)