diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 565184d..b10ceda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: npm run build - name: Upload coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: coverage diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cc05f7f..de00b5b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: - name: Export SARIF result if: github.event.pull_request.head.repo.fork == true - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: codeql-report path: codeql-results.sarif diff --git a/.github/workflows/pages-report.yml b/.github/workflows/pages-report.yml index 406a4a2..cc89576 100644 --- a/.github/workflows/pages-report.yml +++ b/.github/workflows/pages-report.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - name: Download coverage - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage