diff --git a/.github/workflows/terratest.yaml b/.github/workflows/terratest.yaml index bd42250..6bc9dac 100644 --- a/.github/workflows/terratest.yaml +++ b/.github/workflows/terratest.yaml @@ -39,7 +39,7 @@ jobs: run: tar -cvf test-reg.tar ./test-reg - name: "Save build for testing" - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: test-build path: ./test-reg.tar