Skip to content

Commit

Permalink
Update upload-artifact and download-artifact to v4 (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
martikat authored Dec 12, 2024
1 parent 9c10aff commit 2ddd49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Save Terraform Plan
- name: Publish Terraform Plan
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tfplan
path: terraform-azure/tfplan
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
# Download saved plan from artifacts
- name: Download Terraform Plan
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: tfplan
path: terraform-azure/tfplan
Expand Down

0 comments on commit 2ddd49b

Please sign in to comment.