diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 571e03e3..d736f93a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v3.5.0 - name: Download Site 🔻 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pdoc3-html path: pdoc3-html/ diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index fd672376..eed777ac 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -96,7 +96,7 @@ jobs: steps: - name: Download Distribution 🔻 if: github.event_name == 'push' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist path: dist/ diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 18832007..3667b82b 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -95,7 +95,7 @@ jobs: steps: - name: Download Distribution 🔻 if: github.event_name == 'push' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist path: dist/