mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
github: use upload-artifacts@v4
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3a8074ceb8
commit
dbe0583874
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -109,7 +109,7 @@ jobs:
|
||||||
cd alsa-utils-$(cat version)
|
cd alsa-utils-$(cat version)
|
||||||
make install
|
make install
|
||||||
- name: Archive package
|
- name: Archive package
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: alsa-utils-test-package
|
name: alsa-utils-test-package
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
|
|
Loading…
Reference in a new issue