ci: update actions

This commit is contained in:
EdJoPaTo
2022-04-28 01:00:09 +02:00
parent 2588662ff8
commit cf496f0a24
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
override: true override: true
toolchain: stable toolchain: stable
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Run cargo-tarpaulin - name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1 uses: actions-rs/tarpaulin@v0.1
@@ -24,7 +24,7 @@ jobs:
out-type: Html out-type: Html
- name: Upload Report - name: Upload Report
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: report name: report
path: tarpaulin-report.html path: tarpaulin-report.html
+2 -2
View File
@@ -51,7 +51,7 @@ jobs:
profile: minimal profile: minimal
toolchain: ${{ matrix.toolchain }} toolchain: ${{ matrix.toolchain }}
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Fetch dependencies - name: Fetch dependencies
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
@@ -107,7 +107,7 @@ jobs:
target: ${{ matrix.triple }} target: ${{ matrix.triple }}
toolchain: stable toolchain: stable
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Fetch dependencies - name: Fetch dependencies
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
profile: minimal profile: minimal
components: rustfmt components: rustfmt
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Check format - name: Check format
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1