We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a7debc + 1ff0c79 commit 75c39ecCopy full SHA for 75c39ec
.github/workflows/build-debian-packages.yml
@@ -27,7 +27,7 @@ jobs:
27
script: scripts/build-debian-package.sh
28
on: ${{ matrix.codename }}
29
- name: Upload result
30
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
31
with:
32
name: ${{ matrix.codename }}
33
path: |
.github/workflows/build-on-Windows.yml
@@ -62,7 +62,7 @@ jobs:
62
ninja -v
63
strip davif.exe
64
65
66
67
name: davif-win64
68
path: build/davif.exe
0 commit comments