Skip to content

Commit 1ee9e5f

Browse files
Update actions/upload-artifact action to v4
1 parent d357364 commit 1ee9e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make test-e2e
2727
- name: Upload E2E logs
2828
continue-on-error: true
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: e2elogs
3232
path: e2elogs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make test-e2e
2727
- name: Upload E2E logs
2828
continue-on-error: true
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: e2elogs
3232
path: e2elogs

0 commit comments

Comments
 (0)