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