diff --git a/.github/workflows/comprehensive-screenshots.yml b/.github/workflows/comprehensive-screenshots.yml index a5f5f92..0c209c3 100644 --- a/.github/workflows/comprehensive-screenshots.yml +++ b/.github/workflows/comprehensive-screenshots.yml @@ -129,7 +129,7 @@ jobs: - name: Upload comprehensive screenshots (always) if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: comprehensive-screenshots path: | diff --git a/.github/workflows/feature-screenshots.yml b/.github/workflows/feature-screenshots.yml index 0155bb9..d574f7f 100644 --- a/.github/workflows/feature-screenshots.yml +++ b/.github/workflows/feature-screenshots.yml @@ -134,7 +134,7 @@ jobs: - name: Upload feature screenshots (always) if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: feature-screenshots path: |