diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index c02bdd35d1..431a8fcf2b 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -53,7 +53,7 @@ jobs: JEKYLL_ENV: test - name: 📤 Upload built site - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: jekyll-site path: _site/ @@ -132,7 +132,7 @@ jobs: - name: 📊 Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: playwright-report-${{ matrix.browser }} path: | @@ -142,7 +142,7 @@ jobs: - name: 📸 Upload screenshots if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: screenshots-${{ matrix.browser }} path: test-results/screenshots/ @@ -226,7 +226,7 @@ jobs: - name: 📊 Upload mobile test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: playwright-report-${{ matrix.mobile }} path: | @@ -236,7 +236,7 @@ jobs: - name: 📸 Upload screenshots if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: screenshots-${{ matrix.mobile }} path: test-results/screenshots/ @@ -290,7 +290,7 @@ jobs: - name: 🖼️ Upload visual diffs if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: visual-diffs path: test-results/visual-diffs/ diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 159cfa080a..dd07d8d1db 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -84,7 +84,7 @@ jobs: - name: 📋 Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-node-${{ matrix.node-version }} path: | @@ -213,7 +213,7 @@ jobs: continue-on-error: true - name: 📤 Upload built site - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: built-site path: _site/