Skip to content

Commit fffd34c

Browse files
committed
fix(ci): update to actions/upload-artifact@v4
Update deprecated v3 artifact upload action to v4 to resolve CI failure due to deprecation warnings.
1 parent 0e91b57 commit fffd34c

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
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Upload test artifacts (on failure)
156156
if: failure()
157-
uses: actions/upload-artifact@v3
157+
uses: actions/upload-artifact@v4
158158
with:
159159
name: test-logs-${{ matrix.os }}
160160
path: |

0 commit comments

Comments
 (0)