1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54: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
@@ -27,7 +27,7 @@ jobs:
- uses: snapcore/action-build@v1
id: build
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdrangel-${{ steps.get_version.outputs.version }}-amd64.snap
path: ${{ steps.build.outputs.snap }}