diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc47d4fc..05c90e6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - run: npm run build - run: npm run test # Upload coverage for sonarcube (only matching OS and one node version required) - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '24.x' }} with: name: code-coverage-${{matrix.os}}-${{matrix.node-version}} diff --git a/.github/workflows/e2e-browser.yml b/.github/workflows/e2e-browser.yml index 0a4b7efd..40a2365d 100644 --- a/.github/workflows/e2e-browser.yml +++ b/.github/workflows/e2e-browser.yml @@ -39,14 +39,14 @@ jobs: E2E_TEST_VC_PROVIDER: ${{ secrets.E2E_TEST_VC_PROVIDER }} E2E_TEST_PASSWORD: ${{ secrets.E2E_TEST_PASSWORD }} - name: Archive browser-based end-to-end test request logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() continue-on-error: true with: name: playwright-output path: test-results/ - name: Archive production artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 continue-on-error: true with: name: dist