ci: update actions
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
override: true
|
||||
toolchain: stable
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Run cargo-tarpaulin
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
out-type: Html
|
||||
|
||||
- name: Upload Report
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: report
|
||||
path: tarpaulin-report.html
|
||||
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Fetch dependencies
|
||||
uses: actions-rs/cargo@v1
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
target: ${{ matrix.triple }}
|
||||
toolchain: stable
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Fetch dependencies
|
||||
uses: actions-rs/cargo@v1
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
profile: minimal
|
||||
components: rustfmt
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Check format
|
||||
uses: actions-rs/cargo@v1
|
||||
|
||||
Reference in New Issue
Block a user