Skip to content

Commit

Permalink
ci: bump actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
see: CleverRaven/Cataclysm-DDA#64962

Co-authored-by: casswedson <[email protected]>
  • Loading branch information
scarf005 and casswedson committed Oct 3, 2023
1 parent fccd41a commit b6743a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
run: bash ./build-scripts/gha_test_only.sh

- name: upload artifacts if failed
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3.1.3
if: failure()
with:
name: cata_test
Expand Down

0 comments on commit b6743a2

Please sign in to comment.