mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Merge pull request #1521 from ailin-nemui/nodejs
github actions nodejs churn
(cherry picked from commit bb4ed2b14f)
This commit is contained in:
parent
9c3aa0660c
commit
01d1816008
2 changed files with 7 additions and 7 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
# make dist
|
||||
./autogen.sh $build_options_configure
|
||||
make dist
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: irssi-*.tar.gz
|
||||
retention-days: 1
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
flags: meson-latest FAILURE-OK
|
||||
steps:
|
||||
- name: fetch dist
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
- name: set PATH
|
||||
run: |
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue