Merge pull request #128 from Frost/dependabot/github_actions/actions/upload-artifact-4

This commit is contained in:
Martin Frost 2023-12-19 09:06:36 +01:00 committed by GitHub
commit c0c92a1ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ jobs:
- run: cargo install cargo-deb
- run: cargo build --release
- run: cargo deb
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: target/debian/*.deb

View File

@ -43,7 +43,7 @@ jobs:
mkdir -p target/{bin,man}
cp target/release/*.1 target/man
cp target/release/git-{mob,solo,{add,edit,delete}-coauthor} target/bin
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: git-mob-${{ matrix.os }}
path: |