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/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
(steps.generate-jobs.outputs.support-jobs != '[]' ||
steps.generate-jobs.outputs.staging-jobs != '[]' ||
steps.generate-jobs.outputs.prod-jobs != '[]')
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: pr
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-uptime-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v6

# Uptime checks are set up and managed via terraform
- uses: hashicorp/setup-terraform@v3
- uses: hashicorp/setup-terraform@v4

# We use sops to store encrypted GCP ServiceAccount Key that terraform uses
# to run, as well as PagerDuty config terraform uses
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-health-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
(steps.generate-jobs.outputs.support-jobs != '[]' ||
steps.generate-jobs.outputs.staging-jobs != '[]' ||
steps.generate-jobs.outputs.prod-jobs != '[]')
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: pr
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: hashicorp/setup-terraform@v3
- uses: hashicorp/setup-terraform@v4
- uses: terraform-linters/setup-tflint@v6
- name: Run terraform linter
run: |
Expand Down