Skip to content

Commit 94d941d

Browse files
committed
Update artifact actions to v4
1 parent a55f9c8 commit 94d941d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Tar files
7373
run: tar -cvf test-data.tar test-data
7474
- name: Upload Artifact
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: test-data
7878
path: test-data.tar
@@ -169,7 +169,7 @@ jobs:
169169
python-version: ${{ matrix.python-version }}
170170

171171
- name: Download test-data
172-
uses: actions/download-artifact@v3
172+
uses: actions/download-artifact@v4
173173
with:
174174
name: test-data
175175
- run: tar xvf test-data.tar

0 commit comments

Comments
 (0)