File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
1212 - name : Setup Python
13- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
13+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
1414 with :
1515 python-version : " 3.12"
1616
2222 python -m build .
2323
2424 - name : upload client builds
25- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
25+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
2626 with :
2727 name : client-builds
2828 path : client/dist/*
3333 python -m build .
3434
3535 - name : upload daemon builds
36- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
36+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
3737 with :
3838 name : daemon-builds
3939 path : daemon/dist/*
Original file line number Diff line number Diff line change 1717
1818 - name : " Setup Python"
1919 id : " setup-python"
20- uses : " actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b " # v5.3 .0
20+ uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 " # v5.4 .0
2121 with :
2222 python-version : |
2323 3.8
You can’t perform that action at this time.
0 commit comments