diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index e6665503..13928f6f 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -127,7 +127,7 @@ jobs: run: echo IMAGE_REPOSITORY=ghcr.io/$(tr '[:upper:]' '[:lower:]' <<< "${{ github.repository }}") >> $GITHUB_ENV - name: Download wheel and lockfiles - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts/ @@ -208,7 +208,7 @@ jobs: environment: release steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: Fixup blank lockfiles # Github release artifacts can't be blank