Skip to content

Commit a5331ab

Browse files
committed
Update CI workflow to use actions/upload-artifact@v4
1 parent 92f18a0 commit a5331ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

3636
- name: Publish test results
3737
if: always()
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: test-results
4141
path: "**/TestResults/*.trx"

0 commit comments

Comments
 (0)