diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 416ae69..eb26f76 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -92,7 +92,7 @@ jobs: pipx run build - name: Upload sdist and wheel as artifacts - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.6 with: name: ${{ env.DIST_WHEEL_PATH }} path: dist @@ -126,7 +126,7 @@ jobs: steps: - name: Download wheel and lockfiles - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.8 with: pattern: "*dist*"