Skip to content

Commit

Permalink
Update actions/upload-artifact (#356)
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 authored Dec 11, 2024
1 parent 017bcf1 commit 5540745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ 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
name: ${{ inputs.image }} Test Logs
path: build/**/*.log

0 comments on commit 5540745

Please sign in to comment.