File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v6
2121
2222 - name : Set up Docker Buildx
23- uses : docker/setup-buildx-action@v3
23+ uses : docker/setup-buildx-action@v4
2424
2525 - uses : docker/login-action@v4
2626 with :
3030
3131 - name : Docker meta
3232 id : meta
33- uses : docker/metadata-action@v5
33+ uses : docker/metadata-action@v6
3434 with :
3535 # list of Docker images to use as base name for tags
3636 images : |
Original file line number Diff line number Diff line change 1919 run : pipx run build --sdist
2020 - name : Check metadata
2121 run : pipx run twine check dist/*
22- - uses : actions/upload-artifact@v4
22+ - uses : actions/upload-artifact@v7
2323 with :
2424 name : cibw-sdist
2525 path : dist/*.tar.gz
3535 - uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.x"
38- - uses : actions/download-artifact@v4
38+ - uses : actions/download-artifact@v8
3939 with :
4040 pattern : cibw-*
4141 path : dist
You can’t perform that action at this time.
0 commit comments