Skip to content

Commit 4a94c72

Browse files
committed
Downgrade artifact uploader as test
1 parent 6114a1d commit 4a94c72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Prepare artifacts
5353
run: mkdir .coverage-data && mv .coverage.* .coverage-data/
5454

55-
- uses: actions/upload-artifact@v4
55+
- uses: actions/upload-artifact@v3
5656
with:
5757
name: coverage-data
5858
path: .coverage-data/
@@ -62,7 +62,7 @@ jobs:
6262
needs: [test]
6363
steps:
6464
- uses: actions/checkout@v4
65-
- uses: actions/download-artifact@v4
65+
- uses: actions/download-artifact@v3
6666
with:
6767
name: coverage-data
6868
path: .

0 commit comments

Comments
 (0)