mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #568 from DJ2LS/dependabot/github_actions/actions/download-artifact-4
This commit is contained in:
commit
88606131a7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_multiplatform.yml
vendored
6
.github/workflows/build_multiplatform.yml
vendored
|
@ -243,7 +243,7 @@ jobs:
|
||||||
mkdir -p dist/modem
|
mkdir -p dist/modem
|
||||||
|
|
||||||
##- name: Download libcodec2 artifact Modem DIST
|
##- name: Download libcodec2 artifact Modem DIST
|
||||||
## uses: actions/download-artifact@v3
|
## uses: actions/download-artifact@v4
|
||||||
## with:
|
## with:
|
||||||
## path: modem/dist/codec2
|
## path: modem/dist/codec2
|
||||||
|
|
||||||
|
@ -253,7 +253,7 @@ jobs:
|
||||||
mkdir codec2
|
mkdir codec2
|
||||||
|
|
||||||
- name: Download libcodec2 artifact Modem LIB
|
- name: Download libcodec2 artifact Modem LIB
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: modem/lib/codec2
|
path: modem/lib/codec2
|
||||||
|
|
||||||
|
@ -326,7 +326,7 @@ jobs:
|
||||||
mv dist/modem/daemon* dist/modem/${{ matrix.daemon_binary_name }}
|
mv dist/modem/daemon* dist/modem/${{ matrix.daemon_binary_name }}
|
||||||
mv dist/modem/main* dist/modem/${{ matrix.modem_binary_name }}
|
mv dist/modem/main* dist/modem/${{ matrix.modem_binary_name }}
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: modem/dist/modem
|
path: modem/dist/modem
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue