Skip to content

Commit 8bcf971

Browse files
authored
Merge pull request #33 from Holzhaus/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 574d57b + 115ddb1 commit 8bcf971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Upload patch artifact
4141
if: failure() && env.UPLOAD_PATCH_FILE != null
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: ${{ env.UPLOAD_PATCH_FILE }}
4545
path: ${{ env.UPLOAD_PATCH_FILE }}

0 commit comments

Comments
 (0)