Skip to content

Commit 7898cd7

Browse files
committed
ci: update actions/upload-artifact@v3 to v4
1 parent d31f3bc commit 7898cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Because actions/upload-artifact will refuse to upload relative paths...
2424
mv ../*.deb .
2525
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: Packages
2929
path: '*.deb'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strip magic-trace
9292
upx -9 magic-trace
9393
94-
- uses: actions/upload-artifact@v3
94+
- uses: actions/upload-artifact@v4
9595
with:
9696
name: magic-trace
9797
path: magic-trace

0 commit comments

Comments
 (0)