1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Github actions: use upload-artifact v4 to comply with nodejs requirements

This commit is contained in:
f4exb
2024-11-03 19:57:55 +01:00
parent fcc1bca5a0
commit e277e4fc1f
5 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Rename
run: mv ../sdrangel_*_amd64.deb sdrangel_${{ steps.get_version.outputs.version }}_${{ matrix.os }}_amd64.deb
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdrangel_${{ steps.get_version.outputs.version }}_${{ matrix.os }}_amd64.deb
path: sdrangel_${{ steps.get_version.outputs.version }}_${{ matrix.os }}_amd64.deb