diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8e25971..a1ad525 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Package - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Packages path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c55816..a34213c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download Package - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Packages path: dist