From 877a7f61be719029ecfed28484c3353fe86d9515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:03:40 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/example-build-artifacts.yml | 4 ++-- .github/workflows/example-chrome.yml | 4 ++-- .github/workflows/example-firefox.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/example-build-artifacts.yml b/.github/workflows/example-build-artifacts.yml index 793300432..c37a65936 100644 --- a/.github/workflows/example-build-artifacts.yml +++ b/.github/workflows/example-build-artifacts.yml @@ -33,7 +33,7 @@ jobs: build: npm run build working-directory: examples/nextjs - name: Store build artifacts - uses: actions/upload-artifact@v6 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v7 # https://github.com/actions/upload-artifact with: name: app path: examples/nextjs/build @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v6 - name: Restore build artifacts - uses: actions/download-artifact@v7 # https://github.com/actions/download-artifact + uses: actions/download-artifact@v8 # https://github.com/actions/download-artifact with: name: app path: examples/nextjs/build diff --git a/.github/workflows/example-chrome.yml b/.github/workflows/example-chrome.yml index d9f397401..49ee3f815 100644 --- a/.github/workflows/example-chrome.yml +++ b/.github/workflows/example-chrome.yml @@ -36,7 +36,7 @@ jobs: # As of Cypress v8.0 the `cypress run` command # executes tests in `headless` mode by default - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: screenshots-headless-chrome path: examples/browser/cypress/screenshots @@ -54,7 +54,7 @@ jobs: headed: true summary-title: 'Chrome headed' - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: screenshots-headed-chrome path: examples/browser/cypress/screenshots diff --git a/.github/workflows/example-firefox.yml b/.github/workflows/example-firefox.yml index 11816d3a1..fc134e4f5 100644 --- a/.github/workflows/example-firefox.yml +++ b/.github/workflows/example-firefox.yml @@ -23,7 +23,7 @@ jobs: browser: firefox # report screenshot size and store the screenshots as test artifacts - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: screenshots-in-firefox path: examples/browser/cypress/screenshots