diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index f203db9..9c9c22f 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -42,7 +42,7 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore steps: - name: Download the zipapp - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: splitguides-app path: dist/ diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index a8a5c65..b496bac 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -66,7 +66,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/