Skip to content

Commit 0ba94d8

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#40)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 726552f commit 0ba94d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cp -R .sourceknight/package/* /tmp/package
3636
3737
- name: Upload build archive for test runners
38-
uses: actions/upload-artifact@v5
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: ${{ runner.os }}
4141
path: /tmp/package

0 commit comments

Comments
 (0)