Skip to content

Commit 755f0b0

Browse files
fix version of upload-artifacts
1 parent 284f06e commit 755f0b0

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
@@ -38,7 +38,7 @@ jobs:
3838
--filter "TestCategory=CI"
3939
4040
- name: Publish Test Results
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: TestResults
4444
path: "**/TestResults/*.trx"

0 commit comments

Comments
 (0)