Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
89ad2d0e66
commit
7a3f278e4b
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- run: strip target/release/obsidian-export
|
- run: strip target/release/obsidian-export
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Linux binary
|
name: Linux binary
|
||||||
path: target/release/obsidian-export
|
path: target/release/obsidian-export
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
- run: strip target/release/obsidian-export.exe
|
- run: strip target/release/obsidian-export.exe
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Windows binary
|
name: Windows binary
|
||||||
path: target/release/obsidian-export.exe
|
path: target/release/obsidian-export.exe
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
|
|
||||||
- run: strip target/release/obsidian-export
|
- run: strip target/release/obsidian-export
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: MacOS binary
|
name: MacOS binary
|
||||||
path: target/release/obsidian-export
|
path: target/release/obsidian-export
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
version: "latest"
|
version: "latest"
|
||||||
args: "--ignore-tests"
|
args: "--ignore-tests"
|
||||||
out-type: "Html"
|
out-type: "Html"
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: tarpaulin-report
|
name: tarpaulin-report
|
||||||
path: tarpaulin-report.html
|
path: tarpaulin-report.html
|
||||||
|
Loading…
Reference in New Issue
Block a user