diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 38607ed..c6cf33a 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -162,7 +162,7 @@ jobs: with: path: base - name: Download YAML configs - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: artifacts - name: Copy YAML configs diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 9ab88e0..8629e49 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -130,7 +130,7 @@ jobs: run: terraform init working-directory: terraform - name: Download terraform plans - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: terraform - name: Show terraform plans