mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
github actions nodejs churn
This commit is contained in:
parent
b18832bf3b
commit
111e9160a9
3 changed files with 8 additions and 8 deletions
10
.github/workflows/abicheck.yml
vendored
10
.github/workflows/abicheck.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
echo base abi : $base_abi
|
||||
./base$prefix/bin/irssi --version
|
||||
echo base_abi=$base_abi >> $GITHUB_OUTPUT
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: base.inst
|
||||
path: base
|
||||
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
echo merge abi : $merge_abi
|
||||
./merge$prefix/bin/irssi --version
|
||||
echo merge_abi=$merge_abi >> $GITHUB_OUTPUT
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: merge.inst
|
||||
path: merge
|
||||
|
|
@ -89,12 +89,12 @@ jobs:
|
|||
run: |
|
||||
sudo apt install abigail-tools
|
||||
- name: fetch base build
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: base.inst
|
||||
path: base
|
||||
- name: fetch merge build
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: merge.inst
|
||||
path: merge
|
||||
|
|
@ -103,7 +103,7 @@ jobs:
|
|||
abipkgdiff -l base merge >abipkgdiff.out && diff_ret=0 || diff_ret=$?
|
||||
echo "diff_ret=$diff_ret" >> $GITHUB_ENV
|
||||
cat abipkgdiff.out
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: abipkgdiff.out
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue