mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
;ci: use upload-artifact v4, silence node 16 warnings
This commit is contained in:
parent
ef15f9e615
commit
6d1118ee59
2
.github/workflows/binaries-linux-arm32v7.yml
vendored
2
.github/workflows/binaries-linux-arm32v7.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
||||||
# Unfortunately it means users must both unzip and untar.
|
# Unfortunately it means users must both unzip and untar.
|
||||||
- name: Upload binaries artifact
|
- name: Upload binaries artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hledger-linux-arm32v7
|
name: hledger-linux-arm32v7
|
||||||
path: tmp/hledger-linux-arm32v7.tar
|
path: tmp/hledger-linux-arm32v7.tar
|
||||||
|
2
.github/workflows/binaries-linux-x64.yml
vendored
2
.github/workflows/binaries-linux-x64.yml
vendored
@ -195,7 +195,7 @@ jobs:
|
|||||||
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
||||||
# Unfortunately it means users must both unzip and untar.
|
# Unfortunately it means users must both unzip and untar.
|
||||||
- name: Upload binaries
|
- name: Upload binaries
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hledger-linux-x64
|
name: hledger-linux-x64
|
||||||
path: tmp/hledger-linux-x64.tar
|
path: tmp/hledger-linux-x64.tar
|
||||||
|
2
.github/workflows/binaries-mac-arm64.yml
vendored
2
.github/workflows/binaries-mac-arm64.yml
vendored
@ -186,7 +186,7 @@ jobs:
|
|||||||
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
||||||
# Unfortunately it means users must both unzip and untar.
|
# Unfortunately it means users must both unzip and untar.
|
||||||
- name: Upload binaries artifact
|
- name: Upload binaries artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hledger-mac-arm64
|
name: hledger-mac-arm64
|
||||||
path: tmp/hledger-mac-arm64.tar
|
path: tmp/hledger-mac-arm64.tar
|
||||||
|
2
.github/workflows/binaries-mac-x64.yml
vendored
2
.github/workflows/binaries-mac-x64.yml
vendored
@ -183,7 +183,7 @@ jobs:
|
|||||||
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
||||||
# Unfortunately it means users must both unzip and untar.
|
# Unfortunately it means users must both unzip and untar.
|
||||||
- name: Upload binaries artifact
|
- name: Upload binaries artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hledger-mac-x64
|
name: hledger-mac-x64
|
||||||
path: tmp/hledger-mac-x64.tar
|
path: tmp/hledger-mac-x64.tar
|
||||||
|
2
.github/workflows/binaries-windows-x64.yml
vendored
2
.github/workflows/binaries-windows-x64.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
|||||||
strip hledger-web.exe
|
strip hledger-web.exe
|
||||||
|
|
||||||
- name: Create binaries artifact
|
- name: Create binaries artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hledger-windows-x64
|
name: hledger-windows-x64
|
||||||
path: |
|
path: |
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -300,7 +300,7 @@ jobs:
|
|||||||
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
# github UI always zips artifacts when they are downloaded, so we don't bother compressing the tar.
|
||||||
# Unfortunately it means users must both unzip and untar.
|
# Unfortunately it means users must both unzip and untar.
|
||||||
- name: Upload binaries artifact
|
- name: Upload binaries artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hledger-linux-x64
|
name: hledger-linux-x64
|
||||||
path: tmp/hledger-linux-x64.tar
|
path: tmp/hledger-linux-x64.tar
|
||||||
|
Loading…
Reference in New Issue
Block a user