Skip to content

Commit 7439dcb

Browse files
committed
ci: update actions
1 parent f4f0d05 commit 7439dcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

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

2424
- run: cargo llvm-cov --html
2525

26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
with:
2828
name: coverage-report
2929
path: target/llvm-cov/html

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
-C target/${{ matrix.triple }}/release/ hawhh-calendarbot-parser
120120
| gzip --best > ${{ env.ARTIFACT_NAME }}.tar.gz
121121
122-
- uses: actions/upload-artifact@v4
122+
- uses: actions/upload-artifact@v5
123123
with:
124124
name: ${{ matrix.triple }}
125125
path: |

0 commit comments

Comments
 (0)