Skip to content

Commit 871bf29

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#10)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57119a0 commit 871bf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cp -R .sourceknight/package/* /tmp/package
2020
2121
- name: Upload build archive for test runners
22-
uses: actions/upload-artifact@v6
22+
uses: actions/upload-artifact@v7
2323
with:
2424
name: ${{ runner.os }}
2525
path: /tmp/package

0 commit comments

Comments
 (0)