mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-12-21 20:50:45 -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
|
- name: Create artifact bundles
|
||||||
run: nim release && nim bundle
|
run: nim release && nim bundle
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue