Skip to content

Commit

Permalink
Collect logs shared workflow: bump action to v4
Browse files Browse the repository at this point in the history
Bumping the action to v4 as v2 is deprecated and not working anymore.

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Oct 1, 2024
1 parent 1637470 commit 5a7fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composite/collectlogs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
sudo chmod -R o+r /tmp/kind_logs
- name: Upload logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: /tmp/kind_logs/

0 comments on commit 5a7fc4a

Please sign in to comment.