File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
actions/install_requirements Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 shell : bash
3737
3838 - name : Upload lockfiles
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : lockfiles
4242 path : lockfiles
Original file line number Diff line number Diff line change 8888 pipx run build
8989
9090 - name : Upload sdist and wheel as artifacts
91- uses : actions/upload-artifact@v3
91+ uses : actions/upload-artifact@v4
9292 with :
9393 name : dist
9494 path : dist
@@ -124,7 +124,7 @@ jobs:
124124 run : echo IMAGE_REPOSITORY=ghcr.io/$(tr '[:upper:]' '[:lower:]' <<< "${{ github.repository }}") >> $GITHUB_ENV
125125
126126 - name : Download wheel and lockfiles
127- uses : actions/download-artifact@v3
127+ uses : actions/download-artifact@v4
128128 with :
129129 path : artifacts/
130130
@@ -177,7 +177,7 @@ jobs:
177177 HAS_PYPI_TOKEN : ${{ secrets.PYPI_TOKEN != '' }}
178178
179179 steps :
180- - uses : actions/download-artifact@v3
180+ - uses : actions/download-artifact@v4
181181
182182 - name : Fixup blank lockfiles
183183 # Github release artifacts can't be blank
You can’t perform that action at this time.
0 commit comments