Skip to content

Commit c64dbcd

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

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
@@ -32,7 +32,7 @@ jobs:
3232
cp -R cstrike /tmp/package/
3333
3434
- name: Upload build archive for test runners
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: package
3838
path: /tmp/package

0 commit comments

Comments
 (0)