diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8a8ea2..c085bf3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,7 +112,7 @@ jobs: - name: Upload lock files on failure if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: terraform-lock-files path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afcdd5e..5a28a06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: - name: Run Playwright tests run: npx playwright test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: playwright-report