Skip to content

Commit dafc11d

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#25)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0462439 commit dafc11d

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
@@ -25,7 +25,7 @@ jobs:
2525
cp -R .sourceknight/package/* /tmp/package
2626
2727
- name: Upload build archive for test runners
28-
uses: actions/upload-artifact@v5
28+
uses: actions/upload-artifact@v6
2929
with:
3030
name: ${{ runner.os }}
3131
path: /tmp/package

0 commit comments

Comments
 (0)