Skip to content

Commit 38d196f

Browse files
build(deps): Bump actions/upload-artifact from 6 to 7 (#10)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d5bc27 commit 38d196f

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

0 commit comments

Comments
 (0)