Skip to content

Commit

Permalink
Merge pull request #234 from Spyderisk/233-test-and-publish-action-fa…
Browse files Browse the repository at this point in the history
…ils-for-upload-artifact

#233: Update to actions/upload-artifact@v4
  • Loading branch information
kenmeacham authored Feb 14, 2025
2 parents b5fc8a7 + d264de2 commit d68f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "FAIL=${FAIL}" >> ${GITHUB_ENV}
- name: Archive test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts
path: test-artifacts/
Expand Down

0 comments on commit d68f540

Please sign in to comment.