diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index d8ef3d9..923772a 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -157,7 +157,7 @@ jobs: with: path: base - name: Download YAML configs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: artifacts - name: Copy YAML configs diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 15c6ad8..072d551 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -131,7 +131,7 @@ jobs: run: terraform init working-directory: terraform - name: Download terraform plans - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: terraform - name: Show terraform plans