diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 8b9907f..ac20a54 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -455,7 +455,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a63ae4c..90b1fae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: # url: https://test.pypi.org/p/docfinder # steps: # - name: Download artifacts - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # name: release-dist # path: dist/ @@ -78,7 +78,7 @@ jobs: # url: https://pypi.org/p/docfinder # steps: # - name: Download artifacts - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # name: release-dist # path: dist/ @@ -93,7 +93,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-dist path: dist/