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 37c8651 commit f5e0dfcCopy full SHA for f5e0dfc
.github/workflows/console-e2e.yml
@@ -145,7 +145,7 @@ jobs:
145
with:
146
name: "build-files"
147
- name: Download last failed spec
148
- uses: dawidd6/action-download-artifact@v9
+ uses: dawidd6/action-download-artifact@v11
149
continue-on-error: true
150
151
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/go.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Check for diff
41
run: tools/bin/mage git:diff
42
- name: Lint code
43
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
44
45
version: v1.64.8
46
only-new-issues: true
0 commit comments