Skip to content

Commit

Permalink
ci: upload-artifact reverted to v3
Browse files Browse the repository at this point in the history
v4 disallows merging files from multiple workers into single artifact
  • Loading branch information
abelcheung committed Feb 8, 2024
1 parent a781324 commit f476692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: tox run -v -e build

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/*
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
--result-json test-stub-${{ strategy.job-index }}.json
- name: Upload log artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: log
path: test-stub-*.json
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
--result-json test-rt-${{ strategy.job-index }}.json
- name: Upload log artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: log
path: test-rt-*.json
Expand Down

0 comments on commit f476692

Please sign in to comment.