mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-18 18:31:15 +00:00
actions/upload-artifact v2 => v3
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
parent
9f244fc777
commit
5a003a4f56
2
.github/workflows/i686-w64-mingw32.yml
vendored
2
.github/workflows/i686-w64-mingw32.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
run: make -C miniupnpc -f Makefile.mingw DLLWRAP=i686-w64-mingw32-dllwrap CC=i686-w64-mingw32-gcc WINDRES=i686-w64-mingw32-windres AR=i686-w64-mingw32-ar all dist
|
||||
|
||||
- name: upload binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: miniupnpc-win32-binaries-${{github.sha}}
|
||||
path: |
|
||||
|
2
.github/workflows/x86_64-w64-mingw32.yml
vendored
2
.github/workflows/x86_64-w64-mingw32.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: make -C miniupnpc -f Makefile.mingw DLLWRAP=x86_64-w64-mingw32-dllwrap CC=x86_64-w64-mingw32-gcc WINDRES=x86_64-w64-mingw32-windres AR=x86_64-w64-mingw32-ar all dist
|
||||
|
||||
- name: upload binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: miniupnpc-win64-binaries-${{github.sha}}
|
||||
path: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user