Skip to content

Commit cc9ea65

Browse files
committed
ci: Use actions/upload-artifact@v4
1 parent 5f14752 commit cc9ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Upload Test Log
4242
if: failure()
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: Test Log ${{ matrix.image.name }} ${{ matrix.image.tag }}
4646
path: tests/test-suite.log

0 commit comments

Comments
 (0)