Merge pull request #128 from Frost/dependabot/github_actions/actions/upload-artifact-4
This commit is contained in:
commit
c0c92a1ee4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue