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: |
|
run: |
|
||||||
ls -al "/tmp/artifacts"
|
ls -al "/tmp/artifacts"
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: build-${{ matrix.arch }}
|
name: build-${{ matrix.arch }}
|
||||||
|
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -111,7 +111,7 @@ jobs:
|
||||||
make build
|
make build
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: build-${{ matrix.job_name }}
|
name: build-${{ matrix.job_name }}
|
||||||
|
|
Loading…
Reference in a new issue