build: updated upload artifact version
This commit is contained in:
parent
a72213ac73
commit
c26e957a64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
BUILD_DIR: ./build/${{ runner.os }}
|
BUILD_DIR: ./build/${{ runner.os }}
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: canary-build
|
name: canary-build
|
||||||
path: build/${{ runner.os }}
|
path: build/${{ runner.os }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue