Skip to content

Commit

Permalink
Update actions/upload-artifact
Browse files Browse the repository at this point in the history
Versions earlier than 4 are to be deprecated
in Jan, 2025.
  • Loading branch information
nigelgbanks committed Dec 11, 2024
1 parent 017bcf1 commit d7d098f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
cache-read-only: false
arguments: ${{ inputs.image }}:test -Pisle.test.pull=true ${{ inputs.digests }} --info
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test Logs
Expand Down

0 comments on commit d7d098f

Please sign in to comment.