Skip to content

Commit

Permalink
ci: update upload-artifact version
Browse files Browse the repository at this point in the history
upload-artifact version v2 is depricated, we need to update to latest
version

Signed-off-by: subhamkrai <[email protected]>
  • Loading branch information
subhamkrai committed Sep 11, 2024
1 parent 700df51 commit 5d1c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collect-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
tests/collect-logs.sh
- name: Upload canary test result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: test

0 comments on commit 5d1c2b8

Please sign in to comment.