Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/console-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
with:
name: "build-files"
- name: Download last failed spec
uses: dawidd6/action-download-artifact@v21
uses: dawidd6/action-download-artifact@v24
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 90
steps:
- name: Maximize build space
uses: justinthelaw/maximize-github-runner-space@v0.10.0
uses: justinthelaw/maximize-github-runner-space@v0.12.2
with:
skip-components: docker-engine,cached-go,cached-node,aws-cli,gh-cli
swapfile-size: 2G
Expand Down
Loading