diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index a7295ce87..2da8b081e 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6 - name: Download coverage artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage path: coverage/ diff --git a/.github/workflows/publish-gh-pages.yml b/.github/workflows/publish-gh-pages.yml index f3ae34c1a..41b6cbf30 100644 --- a/.github/workflows/publish-gh-pages.yml +++ b/.github/workflows/publish-gh-pages.yml @@ -28,7 +28,7 @@ jobs: contents: write steps: - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.artifact_name }} path: ${{ inputs.publish_dir }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0f1fbf28c..5951cc820 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -43,7 +43,7 @@ jobs: is-high-risk-environment: true ref: ${{ github.sha }} - name: Restore build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: publish-release-artifacts-${{ github.sha }} - name: Dry run publish to NPM @@ -64,7 +64,7 @@ jobs: is-high-risk-environment: true ref: ${{ github.sha }} - name: Restore build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: publish-release-artifacts-${{ github.sha }} - name: Publish to NPM