Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Jan 25, 2024
1 parent d7125e4 commit 9d6ebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ runs:
shell: bash
- name: Upload patch as an artifact in case of failure
if: failure() || cancelled()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "sync artifact ${{ github.action }}"
path: |
Expand Down

0 comments on commit 9d6ebb5

Please sign in to comment.