diff --git a/.github/workflows/cd.docs.cfp.yml b/.github/workflows/cd.docs.cfp.yml index b190d66..5ec7806 100644 --- a/.github/workflows/cd.docs.cfp.yml +++ b/.github/workflows/cd.docs.cfp.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Fetch the site - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.3.0 with: name: dist path: docs/dist/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d9e46..2c45e88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: with: { fetch-depth: 0 } - name: Fetch code coverage report - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.3.0 with: { name: code-coverage-report } - name: Send code coverage report to Codecov (codecov.io) uses: codecov/codecov-action@v3.1.4