We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31f3bc commit 7898cd7Copy full SHA for 7898cd7
.github/workflows/build-deb.yml
@@ -23,7 +23,7 @@ jobs:
23
# Because actions/upload-artifact will refuse to upload relative paths...
24
mv ../*.deb .
25
26
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
27
with:
28
name: Packages
29
path: '*.deb'
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
strip magic-trace
92
upx -9 magic-trace
93
94
95
96
name: magic-trace
97
path: magic-trace
0 commit comments