Skip to content

Commit 0a552f6

Browse files
committed
github: Update upload-artifact action to v4
Signed-off-by: Tom Hromatka <[email protected]> Reviewed-by: George Kennedy <[email protected]>
1 parent 1fed3ce commit 0a552f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
cat adaptived/tests/ftests/ftests-c-wrapper.sh.log
145145
- name: Archive test logs
146146
if: ${{ always() }}
147-
uses: actions/upload-artifact@v3
147+
uses: actions/upload-artifact@v4
148148
with:
149149
name: Adaptived functional test logs
150150
path: adaptived/tests/*/*.log
@@ -159,7 +159,7 @@ jobs:
159159
parallel: True
160160
- name: Archive code coverage results
161161
if: ${{ always() }}
162-
uses: actions/upload-artifact@v3
162+
uses: actions/upload-artifact@v4
163163
with:
164164
name: Adaptived Functional Tests Code Coverage
165165
path: lcov.*
@@ -187,7 +187,7 @@ jobs:
187187
cat adaptived/tests/ftests/ftests-c-wrapper.sh.log
188188
- name: Archive test logs
189189
if: ${{ always() }}
190-
uses: actions/upload-artifact@v3
190+
uses: actions/upload-artifact@v4
191191
with:
192192
name: Adaptived functional test logs
193193
path: adaptived/tests/*/*.log
@@ -202,7 +202,7 @@ jobs:
202202
parallel: True
203203
- name: Archive code coverage results
204204
if: ${{ always() }}
205-
uses: actions/upload-artifact@v3
205+
uses: actions/upload-artifact@v4
206206
with:
207207
name: Adaptived Functional Tests Code Coverage
208208
path: lcov.*

0 commit comments

Comments
 (0)