We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49294bb commit cbcc611Copy full SHA for cbcc611
1 file changed
.github/workflows/terraform.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Backup tfstate to artifact
94
if: github.ref == 'refs/heads/production' && github.event_name == 'push'
95
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
96
with:
97
name: terraform.tfstate
98
path: terraform.tfstate
0 commit comments