diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 364ff43..a0a44bc 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -91,7 +91,7 @@ jobs: pipx run build - name: Upload sdist and wheel as artifacts - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.3.0 with: name: ${{ env.DIST_WHEEL_PATH }} path: dist @@ -135,7 +135,7 @@ jobs: echo "DIST_LOCKFILE_PATH=lockfiles-${{ env.CONTAINER_PYTHON }}-dist-${{ github.sha }}" >> $GITHUB_ENV - name: Download wheel and lockfiles - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 with: path: artifacts/ pattern: "*dist*" @@ -214,7 +214,7 @@ jobs: steps: - name: Download wheel and lockfiles - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 with: path: artifacts/ pattern: "*dist*"