diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 446aad63c4..14f4889ac6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: timeout-minutes: 30 steps: - name: Download built wheels - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -88,7 +88,7 @@ jobs: with: fetch-depth: 0 # needed for goreleaser version determination - name: Download built wheels - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -112,7 +112,7 @@ jobs: UV_PYTHON: ${{ matrix.python-version }} steps: - name: Download built wheels - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -186,7 +186,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Download built wheels - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -236,7 +236,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Download built wheels - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -266,7 +266,7 @@ jobs: with: fetch-depth: 0 # needed for goreleaser version determination - name: Download built wheels - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist merge-multiple: true diff --git a/.github/workflows/pypi-package.yaml b/.github/workflows/pypi-package.yaml index 87c2071bee..634df72085 100644 --- a/.github/workflows/pypi-package.yaml +++ b/.github/workflows/pypi-package.yaml @@ -38,7 +38,7 @@ jobs: environment: test-pypi steps: - name: Download packages - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Packages path: dist @@ -55,7 +55,7 @@ jobs: environment: pypi steps: - name: Download packages - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Packages path: dist