Skip to content

Commit

Permalink
use artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Feb 4, 2025
1 parent 5604f2d commit 2fde6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/artifact_failure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
--exclude='bins' \
--exclude='.git' \
-zcf target/failure-${{ inputs.name }}.tar.gz .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: target/failure-${{ inputs.name }}.tar.gz

0 comments on commit 2fde6df

Please sign in to comment.