diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 445e635..b90db0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - run: strip target/release/obsidian-export - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Linux binary path: target/release/obsidian-export @@ -75,7 +75,7 @@ jobs: - run: strip target/release/obsidian-export.exe - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: Windows binary path: target/release/obsidian-export.exe @@ -109,7 +109,7 @@ jobs: - run: strip target/release/obsidian-export - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: MacOS binary path: target/release/obsidian-export diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5eee634..4490ca0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,7 +74,7 @@ jobs: version: "latest" args: "--ignore-tests" out-type: "Html" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: tarpaulin-report path: tarpaulin-report.html