Skip to content

Commit 880ef78

Browse files
committed
ci(v4): upgrade upload-artifact@v3 to v4
1 parent 8b53949 commit 880ef78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, develop ]
66
pull_request:
77
branches: [ main ]
88

@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload build artifacts (Ubuntu)
6767
if: matrix.os == 'ubuntu-latest'
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: app-${{ matrix.os }}
7171
path: target/

0 commit comments

Comments
 (0)