Skip to content

Commit f6e0279

Browse files
committed
fix artifact uploader
1 parent 4203520 commit f6e0279

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,15 @@ jobs:
6767

6868
- name: Run tests
6969
run: cargo test --verbose --all-features
70-
70+
7171
- name: Read test summary
7272
id: test_summary
7373
if: always()
7474
run: |
7575
cat test_output/summary.md >> $GITHUB_STEP_SUMMARY
7676
77-
7877
- name: Upload test artifacts
7978
if: always()
80-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v5
8180
with:
8281
path: test_output
83-
84-

0 commit comments

Comments
 (0)