Skip to content

Commit ff52672

Browse files
authored
Merge pull request #241 from knockout/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents c120604 + b9bfb6d commit ff52672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-build.yml

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

4141
- name: Upload build artifacts
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v7
4343
with:
4444
name: tko
4545
path: builds/knockout/dist

0 commit comments

Comments
 (0)