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:
Martin Frost 2023-02-13 21:44:12 +01:00 committed by GitHub
commit 2f8bd4edda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: |