Skip to content

Commit f10e8cd

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

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
@@ -27,7 +27,7 @@ jobs:
2727
cp -R addons/sourcemod/translations /tmp/package/common/addons/sourcemod/
2828
2929
- name: Upload build archive for test runners
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: ${{ runner.os }}
3333
path: /tmp/package

0 commit comments

Comments
 (0)