Skip to content

Commit

Permalink
Bump actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Nov 2, 2024
1 parent bb52974 commit a264793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Upload Terraform deployment logs
id: terraform-logs-upload
if: steps.terraform-plan.outputs.status == 2 && failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: terraform-apply.log.enc
path: /tmp/terraform-apply.log.enc

0 comments on commit a264793

Please sign in to comment.