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 install cargo-deb
|
||||||
- run: cargo build --release
|
- run: cargo build --release
|
||||||
- run: cargo deb
|
- run: cargo deb
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: target/debian/*.deb
|
path: target/debian/*.deb
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
mkdir -p target/{bin,man}
|
mkdir -p target/{bin,man}
|
||||||
cp target/release/*.1 target/man
|
cp target/release/*.1 target/man
|
||||||
cp target/release/git-{mob,solo,{add,edit,delete}-coauthor} target/bin
|
cp target/release/git-{mob,solo,{add,edit,delete}-coauthor} target/bin
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: git-mob-${{ matrix.os }}
|
name: git-mob-${{ matrix.os }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue