Skip to content

Commit 488ceba

Browse files
committed
fix(ci): update upload-artifact from v3 to v4
1 parent f96bbff commit 488ceba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phase3-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Upload test results
5151
if: always()
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: test-results-${{ matrix.service }}
5555
path: '**/test-results.trx'

0 commit comments

Comments
 (0)