Skip to content

Commit 63b8ef2

Browse files
committed
Upgrades actions versions in CI
1 parent cff2c64 commit 63b8ef2

File tree

10 files changed

+91
-91
lines changed

10 files changed

+91
-91
lines changed

.github/workflows/actions/build-upload-mithril-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
run: cargo build --lib --release ${{ inputs.libraries-build-args }} ${{ inputs.common-build-args }}
3535

3636
- name: Publish Mithril Distribution (${{ runner.os }}-${{ runner.arch }})
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: mithril-distribution-${{ runner.os }}-${{ runner.arch }}
4040
path: |

.github/workflows/actions/deploy-terraform-infrastructure/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ inputs:
134134
runs:
135135
using: "composite"
136136
steps:
137-
- name: Checkout sources
138-
uses: actions/checkout@v3
137+
- name: Checkout sources
138+
uses: actions/checkout@v4
139139

140140
- name: Prepare service account credentials
141141
shell: bash
@@ -192,10 +192,10 @@ runs:
192192
terraform fmt ./env.variables.tfvars
193193
cat ./env.variables.tfvars
194194
195-
- name: Setup Terraform
196-
uses: hashicorp/setup-terraform@v2
197-
with:
198-
terraform_wrapper: false
195+
- name: Setup Terraform
196+
uses: hashicorp/setup-terraform@v3
197+
with:
198+
terraform_wrapper: false
199199

200200
- name: Init Terraform
201201
shell: bash

0 commit comments

Comments
 (0)