Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
377a32a9db
commit
929519571f
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -139,27 +139,27 @@ jobs:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: linux-x64
|
name: linux-x64
|
||||||
path: Raylib-cs/runtimes/linux-x64/native
|
path: Raylib-cs/runtimes/linux-x64/native
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: osx-arm64
|
name: osx-arm64
|
||||||
path: Raylib-cs/runtimes/osx-arm64/native
|
path: Raylib-cs/runtimes/osx-arm64/native
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: osx-x64
|
name: osx-x64
|
||||||
path: Raylib-cs/runtimes/osx-x64/native
|
path: Raylib-cs/runtimes/osx-x64/native
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: win-x86
|
name: win-x86
|
||||||
path: Raylib-cs/runtimes/win-x86/native
|
path: Raylib-cs/runtimes/win-x86/native
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: win-x64
|
name: win-x64
|
||||||
path: Raylib-cs/runtimes/win-x64/native
|
path: Raylib-cs/runtimes/win-x64/native
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue