Skip to content

Commit 9c78643

Browse files
authored
Merge pull request #848 from mixxxdj/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 27a78c6 + f7ff09f commit 9c78643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

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

2525
- name: "Upload patch artifact"
2626
if: failure() && env.UPLOAD_PATCH_FILE != null
27-
uses: actions/upload-artifact@v6
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: ${{ env.UPLOAD_PATCH_FILE }}
3030
path: ${{ env.UPLOAD_PATCH_FILE }}

0 commit comments

Comments
 (0)