We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f0d05 commit 7439dcbCopy full SHA for 7439dcb
2 files changed
.github/workflows/coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- run: cargo llvm-cov --html
25
26
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
27
with:
28
name: coverage-report
29
path: target/llvm-cov/html
.github/workflows/rust.yml
@@ -119,7 +119,7 @@ jobs:
119
-C target/${{ matrix.triple }}/release/ hawhh-calendarbot-parser
120
| gzip --best > ${{ env.ARTIFACT_NAME }}.tar.gz
121
122
123
124
name: ${{ matrix.triple }}
125
path: |
0 commit comments