Skip to content

Commit 2173005

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

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
@@ -26,7 +26,7 @@ jobs:
2626
cp -R addons/sourcemod/gamedata /tmp/package/common/addons/sourcemod/
2727
2828
- name: Upload build archive for test runners
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: ${{ runner.os }}
3232
path: /tmp/package

0 commit comments

Comments
 (0)