From 99a691909a6d7b88574c5b85230b61acddc6b665 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 15:06:41 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c7d1cc..1718482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: fi shell: bash - name: Upload release artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: browsers-linux-artifacts path: | @@ -267,7 +267,7 @@ jobs: # special shell script to make tty working shell: 'script -q /dev/null bash -e {0}' - name: Upload mac artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: browsers-mac-artifacts path: | @@ -381,7 +381,7 @@ jobs: fi shell: bash - name: Upload release artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: browsers-windows-artifacts path: | @@ -401,7 +401,7 @@ jobs: with: show-progress: false - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: browsers-*-artifacts - name: Verify directories exist