Bump actions/upload-artifact from 2 to 3 (#132)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0a19f9ee4f
commit
43b6b3dfc3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-arm.yaml
vendored
2
.github/workflows/build-arm.yaml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: |
|
||||
ls -al "/tmp/artifacts"
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
if-no-files-found: error
|
||||
name: build-${{ matrix.arch }}
|
||||
|
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -111,7 +111,7 @@ jobs:
|
|||
make build
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
if-no-files-found: error
|
||||
name: build-${{ matrix.job_name }}
|
||||
|
|
Loading…
Reference in a new issue