Skip to content

Commit 5de4643

Browse files
committed
Update actions/upload-artifact action to v4
1 parent 8a81f4f commit 5de4643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
python3.11 ./tools/generate.py
3535
3636
- name: Upload artifact(production bindings)
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: production-bindings
4040
path: |
4141
src/generated/
42-
42+
4343
- name: Upload artifact(debug bindings)
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: debug-bindings
4747
path: |

0 commit comments

Comments
 (0)