mirror of
https://github.com/lupyuen/nuttx-sg2000.git
synced 2025-01-13 05:08:28 +08:00
Upgrade to upload-artifact@v4
This commit is contained in:
parent
4e2f7b5443
commit
cbfe27c531
2 changed files with 2 additions and 2 deletions
2
.github/workflows/sg2000-special.yml
vendored
2
.github/workflows/sg2000-special.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
||||||
2>&1
|
2>&1
|
||||||
|
|
||||||
- name: Upload Build Outputs as Artifacts
|
- name: Upload Build Outputs as Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nuttx.zip
|
name: nuttx.zip
|
||||||
path: |
|
path: |
|
||||||
|
|
2
.github/workflows/sg2000.yml
vendored
2
.github/workflows/sg2000.yml
vendored
|
@ -118,7 +118,7 @@ jobs:
|
||||||
2>&1
|
2>&1
|
||||||
|
|
||||||
- name: Upload Build Outputs as Artifacts
|
- name: Upload Build Outputs as Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nuttx.zip
|
name: nuttx.zip
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue