File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
148148
149149 - name : " Upload the source artifacts"
150- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
150+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
151151 with :
152152 name : source
153153 path : |
@@ -187,7 +187,7 @@ jobs:
187187 make dist-text
188188
189189 - name : " Upload the docs artifacts"
190- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
190+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
191191 with :
192192 name : docs
193193 path : |
@@ -296,7 +296,7 @@ jobs:
296296 - name : Build and test
297297 run : python3 Platforms/Android ci --fast-ci "$triplet"
298298
299- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
299+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
300300 with :
301301 name : ${{ env.triplet }}
302302 path : cross-build/${{ env.triplet }}/dist/*
@@ -320,7 +320,7 @@ jobs:
320320 - name : Build and test
321321 run : python3 Platforms/Apple ci iOS --slow-ci
322322
323- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
323+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
324324 with :
325325 path : cross-build/dist/*
326326 if-no-files-found : error
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : " 3.x"
2222 cache : pip
23- - uses : j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
23+ - uses : j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2
2424
2525 - name : Install dependencies
2626 run : |
Original file line number Diff line number Diff line change 3131 tox -e py
3232
3333 - name : Upload coverage
34- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
34+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
3535 with :
3636 token : ${{ secrets.CODECOV_ORG_TOKEN }}
You can’t perform that action at this time.
0 commit comments