Skip to content

Commit 0cffd87

Browse files
committed
ci: binary: Upgrade upload-artifact to v4
I got an email saying v3 is being deprecated this month. Looks like it's upgrade time!
1 parent c0821d2 commit 0cffd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cp ./result bpftrace
2626
2727
- name: Upload appimage
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: bpftrace
3131
path: ./bpftrace

0 commit comments

Comments
 (0)