Skip to content

Commit c04d0ba

Browse files
committed
fix(ci): ci fixed
1 parent f9a03b4 commit c04d0ba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ jobs:
5858
mv qube bin/
5959
6060
- name: Upload artifact
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: qube-binaries
6464
path: bin/qube
65-
if-no-files-found: error
6665

6766
release:
6867
needs: build-and-test

0 commit comments

Comments
 (0)