We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b08b10 commit 27544a7Copy full SHA for 27544a7
.github/workflows/interchain-test.yml
@@ -93,7 +93,7 @@ jobs:
93
runs-on: ubuntu-latest
94
steps:
95
- name: Download all artifacts
96
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
97
with:
98
path: ./outputs
99
- name: Setup go
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
go.sum
**/go.mod
**/go.sum
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
100
if: env.GIT_DIFF
101
102
name: "${{ github.sha }}-coverage"
0 commit comments