Skip to content

Commit a4f7ba6

Browse files
committed
Use upload-artifact@v4
1 parent 9eea733 commit a4f7ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Save Test Reports
7575
if: failure()
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: test-reports-${{ matrix.os }}
7979
path: '**/build/reports'
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Save Test Reports
109109
if: failure()
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: test-reports-${{ matrix.os }}
113113
path: '**/build/reports'

0 commit comments

Comments
 (0)