mirror of
https://github.com/remko/waforth
synced 2024-12-25 09:59:07 +01:00
build(deps): bump actions/download-artifact in /.github/workflows (#63)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c97cb99faa
commit
60a69b05cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt-get update
|
- run: sudo apt-get update
|
||||||
- run: sudo apt-get install awscli
|
- run: sudo apt-get install awscli
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue