Skip to content

Commit 31e2e11

Browse files
committed
fix: update upload-artifact version
1 parent 136de79 commit 31e2e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Upload test artifacts
112112
if: always()
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: integration-test-artifacts
116116
path: |

0 commit comments

Comments
 (0)