diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2699a9..d701a04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - run: python -m build - name: Verify packaged adapter assets run: python scripts/verify_wheel.py - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: distributions path: dist/* @@ -100,7 +100,7 @@ jobs: run: diff scripts/install.py site/install.py && diff scripts/install.sh site/install.sh && diff scripts/install.ps1 site/install.ps1 - run: npx playwright install --with-deps chromium firefox webkit - run: npm run test:site - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: website-test-report