mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-21 18:06:30 +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)
|
||||
make install
|
||||
- name: Archive package
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: alsa-utils-test-package
|
||||
path: artifacts/
|
||||
|
|
Loading…
Reference in a new issue