Skip to content

Commit

Permalink
Downgrade artifact uploader as test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Apr 6, 2024
1 parent 6114a1d commit 4a94c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Prepare artifacts
run: mkdir .coverage-data && mv .coverage.* .coverage-data/

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: coverage-data
path: .coverage-data/
Expand All @@ -62,7 +62,7 @@ jobs:
needs: [test]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: coverage-data
path: .
Expand Down

0 comments on commit 4a94c72

Please sign in to comment.