Skip to content

Commit

Permalink
v4 upload-artifact not compatible with test-report.
Browse files Browse the repository at this point in the history
  • Loading branch information
delphiactual committed Apr 19, 2024
1 parent 33689d3 commit 7a95512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
CLEAN_MANIFEST_CACHE: true

- uses: actions/upload-artifact@v4 # upload test results
- uses: actions/upload-artifact@v3 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
name: test-results
Expand Down

0 comments on commit 7a95512

Please sign in to comment.