ci: bump all upload-artifact users to v3
This commit is contained in:
parent
af8e9501e9
commit
7a8f2c1c8a
@ -46,7 +46,7 @@ jobs:
|
||||
docker rm -v $container_id
|
||||
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: hledger-linux-static-arm32v7
|
||||
path: /tmp/hledger-linux-static-arm32v7
|
||||
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
strip /tmp/hledger/hledger-web
|
||||
|
||||
- name: Upload binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: hledger-linux-x64
|
||||
path: /tmp/hledger
|
||||
|
||||
2
.github/workflows/binaries-windows-x64.yml
vendored
2
.github/workflows/binaries-windows-x64.yml
vendored
@ -176,7 +176,7 @@ jobs:
|
||||
|
||||
# XXX intermittent upload failures
|
||||
- name: Create executables artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: hledger-windows-x64
|
||||
path: tmp/hledger-windows-x64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user