diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38c7d8c..539dc59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,12 +40,12 @@ jobs: - name: Build run: npm run build - name: Upload ${{ env.ARTIFACT_NAME__DOCS_BUILD }} artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ env.ARTIFACT_NAME__DOCS_BUILD }} path: ${{ env.ARTIFACT_PATH__DOCS_BUILD }} - name: Upload ${{ env.ARTIFACT_NAME__PACKAGE_BUILD }} artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ env.ARTIFACT_NAME__PACKAGE_BUILD }} path: ${{ env.ARTIFACT_PATH__PACKAGE_BUILD }} @@ -70,7 +70,7 @@ jobs: HOME: /root run: npm run test:e2e - name: Upload ${{ env.ARTIFACT_NAME__DOCS_PLAYWRIGHT_REPORT }} artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: ${{ env.ARTIFACT_NAME__DOCS_PLAYWRIGHT_REPORT }}