@@ -23,23 +23,23 @@ jobs:
2323 python-version-file : " .python-version"
2424
2525 - name : Install uv
26- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
26+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2727
2828 - name : Install pypa/build
2929 run : uv --directory model_api sync --locked
3030
3131 - name : Build sdist
3232 run : uv --directory model_api build --sdist
3333
34- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
34+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3535 with :
3636 name : artifact-model_api-sdist
3737 path : model_api/dist/*.tar.gz
3838
3939 - name : Build wheel
4040 run : uv --directory model_api build --wheel
4141
42- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
42+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343 with :
4444 name : artifact-model_api-wheel
4545 path : model_api/dist/*.whl
@@ -84,11 +84,11 @@ jobs:
8484
8585 - name : Publish package distributions to PyPI
8686 if : ${{ steps.check-tag.outputs.match != '' }}
87- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
87+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
8888
8989 - name : Publish package distributions to TestPyPI
9090 if : ${{ steps.check-tag.outputs.match == '' }}
91- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
91+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
9292 with :
9393 repository-url : https://test.pypi.org/legacy/
9494 verbose : true
0 commit comments