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 548c7be
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 548c7be

Please sign in to comment.