;ci: use upload-artifact v4, silence node 16 warnings

This commit is contained in:
Simon Michael 2024-04-17 17:04:56 -10:00
parent ef15f9e615
commit 6d1118ee59
6 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@ jobs:
# 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.
- name: Upload binaries artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hledger-linux-arm32v7
path: tmp/hledger-linux-arm32v7.tar

View File

@ -195,7 +195,7 @@ jobs:
# 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.
- name: Upload binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hledger-linux-x64
path: tmp/hledger-linux-x64.tar

View File

@ -186,7 +186,7 @@ jobs:
# 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.
- name: Upload binaries artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hledger-mac-arm64
path: tmp/hledger-mac-arm64.tar

View File

@ -183,7 +183,7 @@ jobs:
# 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.
- name: Upload binaries artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hledger-mac-x64
path: tmp/hledger-mac-x64.tar

View File

@ -163,7 +163,7 @@ jobs:
strip hledger-web.exe
- name: Create binaries artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hledger-windows-x64
path: |

View File

@ -300,7 +300,7 @@ jobs:
# 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.
- name: Upload binaries artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hledger-linux-x64
path: tmp/hledger-linux-x64.tar