mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 01:18:31 -06:00
use v4 for upload-artifact
This commit is contained in:
parent
1d45f27934
commit
311ee69dad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Create artifact bundles
|
||||
run: nim release && nim bundle
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifacts
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue