diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index bc1168f..b77f8be 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -54,7 +54,7 @@ jobs: id-token: write steps: - name: Download package artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: hexdoc-build path: dist @@ -75,7 +75,7 @@ jobs: # id-token: write # steps: # - name: Download package artifact - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4.1.7 # with: # name: hexdoc-build # path: dist