Skip to content

Commit

Permalink
ci(actions): Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Nov 14, 2024
1 parent 5a577c7 commit ad1f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Upload patch artifact
if: failure() && env.UPLOAD_PATCH_FILE != null
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.UPLOAD_PATCH_FILE }}
path: ${{ env.UPLOAD_PATCH_FILE }}

0 comments on commit ad1f2cf

Please sign in to comment.