Skip to content

Commit

Permalink
Update artifact download version
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunThompson committed Feb 9, 2025
1 parent d6b6618 commit ee74f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/posix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
mkdir ~/artifact
echo $results | jq -r 'select(.commit=='\"$commit\"') | .tests' | jq . | jq -r '.[].posix_log' > ~/artifact/posix.log
mv t ~/artifact/all_tests.log
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: correctness-artifact
path: ~/artifact
Expand Down

0 comments on commit ee74f4e

Please sign in to comment.