diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36d3222..0177986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: npx vitest run --reporter=default --reporter=junit --outputFile=test-report.junit.xml - name: Upload test report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: test-report-${{ matrix.node-version }} @@ -61,7 +61,7 @@ jobs: run: npm run build - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index faaa46a..596bbf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,6 @@ jobs: - name: Upload package asset to GitHub Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ${{ steps.pack.outputs.file }}