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: ./build-manpages.sh
|
||||
- run: cargo deb
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: target/debian/*.deb
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- run: cargo install mdsh mandown
|
||||
- run: cargo build --release
|
||||
- run: ./build-manpages.sh
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: git-mob-${{ matrix.os }}
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue