Merge pull request #42 from Frost/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
This commit is contained in:
commit
2f8bd4edda
|
|
@ -17,6 +17,6 @@ jobs:
|
||||||
- run: cargo build --release
|
- run: cargo build --release
|
||||||
- run: ./build-manpages.sh
|
- run: ./build-manpages.sh
|
||||||
- run: cargo deb
|
- run: cargo deb
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: target/debian/*.deb
|
path: target/debian/*.deb
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- run: cargo install mdsh mandown
|
- run: cargo install mdsh mandown
|
||||||
- run: cargo build --release
|
- run: cargo build --release
|
||||||
- run: ./build-manpages.sh
|
- run: ./build-manpages.sh
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: git-mob-${{ matrix.os }}
|
name: git-mob-${{ matrix.os }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue