build(deps): bump actions/upload-artifact from 1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f0273efc63
commit
8d17f26907
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
run: tar zcf sources.tar.gz sources
|
run: tar zcf sources.tar.gz sources
|
||||||
|
|
||||||
- name: Archive Source Bundle
|
- name: Archive Source Bundle
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: source-bundle
|
name: source-bundle
|
||||||
path: sources.tar.gz
|
path: sources.tar.gz
|
||||||
@ -158,7 +158,7 @@ jobs:
|
|||||||
./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
|
./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux-builds
|
name: linux-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
@ -204,7 +204,7 @@ jobs:
|
|||||||
./cibuild.sh -i -A -R -c testlist/${{matrix.boards}}.dat
|
./cibuild.sh -i -A -R -c testlist/${{matrix.boards}}.dat
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: macos-builds
|
name: macos-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
|
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv run make html
|
pipenv run make html
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sphinx-docs
|
name: sphinx-docs
|
||||||
path: Documentation/_build/html/
|
path: Documentation/_build/html/
|
||||||
|
Loading…
Reference in New Issue
Block a user