diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab3399f..ae57be2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Download Package - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: Packages path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f01077..6276bcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,13 +85,13 @@ jobs: python-version: ${{ matrix.python }} - name: Download compiled tests - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: tests path: tests - name: Download Package - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: Packages path: dist