diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 877f6392..781b2969 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -102,7 +102,7 @@ jobs: pipx run build - name: Upload sdist and wheel as artifacts - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.6.1 with: name: ${{ env.DIST_WHEEL_PATH }} path: dist @@ -136,7 +136,7 @@ jobs: steps: - name: Download wheel and lockfiles - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: pattern: "*dist*"