mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
github: update action versions
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -401,7 +401,7 @@ jobs:
|
|||||||
args: backend=neutrino
|
args: backend=neutrino
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: go cache
|
- name: go cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
@@ -415,7 +415,7 @@ jobs:
|
|||||||
lnd-${{ runner.os }}-go-
|
lnd-${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: setup go ${{ env.GO_VERSION }}
|
- name: setup go ${{ env.GO_VERSION }}
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '${{ env.GO_VERSION }}'
|
go-version: '${{ env.GO_VERSION }}'
|
||||||
|
|
||||||
@@ -449,7 +449,7 @@ jobs:
|
|||||||
GOPATH: ${{ github.workspace }}/go
|
GOPATH: ${{ github.workspace }}/go
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: go cache
|
- name: go cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
@@ -463,7 +463,7 @@ jobs:
|
|||||||
lnd-${{ runner.os }}-go-
|
lnd-${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: setup go ${{ env.GO_VERSION }}
|
- name: setup go ${{ env.GO_VERSION }}
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '${{ env.GO_VERSION }}'
|
go-version: '${{ env.GO_VERSION }}'
|
||||||
|
|
||||||
@@ -472,6 +472,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Zip log files on failure
|
- name: Zip log files on failure
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
timeout-minutes: 1 # timeout after 1 minute
|
||||||
run: 7z a logs-itest-windows.zip lntest/itest/**/*.log
|
run: 7z a logs-itest-windows.zip lntest/itest/**/*.log
|
||||||
|
|
||||||
- name: Upload log files on failure
|
- name: Upload log files on failure
|
||||||
|
Reference in New Issue
Block a user