Skip to content
Merged
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/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
name: binary
path: stacker
if-no-files-found: error
- uses: actions/cache@v3
- uses: actions/cache@v4
id: restore-build
with:
path: stacker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
name: binary-cov
path: stacker
if-no-files-found: error
- uses: actions/cache@v3
- uses: actions/cache@v4
id: restore-build
with:
path: stacker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# needs ci for the cached stacker binary
needs: [build-id, ci]
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
id: restore-build
with:
path: stacker
Expand Down
Loading