@@ -107,7 +107,7 @@ jobs:
107107 run : python -m build
108108
109109 - name : Upload artifacts
110- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
111111 with :
112112 name : python-artifacts
113113 path : ddev/dist/*
@@ -221,7 +221,7 @@ jobs:
221221
222222 - name : Set up cross compiling
223223 if : matrix.job.cross
224- uses : taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
224+ uses : taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.75.22
225225 with :
226226 tool : cross
227227
@@ -238,7 +238,7 @@ jobs:
238238
239239 - name : Download Python artifacts
240240 if : ${{ !startsWith(github.event.ref, 'refs/tags') }}
241- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
241+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
242242 with :
243243 name : python-artifacts
244244 path : ddev/dist
@@ -310,7 +310,7 @@ jobs:
310310
311311 - name : Upload staged managed archive
312312 if : runner.os != 'Linux'
313- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
313+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
314314 with :
315315 name : staged-managed-${{ runner.os }}-${{ matrix.job.target }}
316316 path : ddev/packaging/*
@@ -331,7 +331,7 @@ jobs:
331331
332332 - name : Upload staged standalone archive
333333 if : runner.os != 'Linux'
334- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
334+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
335335 with :
336336 name : staged-standalone-${{ runner.os }}-${{ matrix.job.target }}
337337 path : ddev/packaging/*
@@ -341,7 +341,7 @@ jobs:
341341 # can upload directly at this point
342342 - name : Upload standalone archive
343343 if : runner.os == 'Linux'
344- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
344+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
345345 with :
346346 name : standalone-${{ matrix.job.target }}
347347 path : ddev/packaging/*
@@ -417,7 +417,7 @@ jobs:
417417 OUTER
418418
419419 - name : Download staged standalone binaries
420- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
420+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
421421 with :
422422 pattern : staged-standalone-${{ runner.os }}-*
423423 path : ddev/archives
@@ -430,7 +430,7 @@ jobs:
430430 run : ${{ steps.script-prepare.outputs.script }}
431431
432432 - name : Upload standalone binaries
433- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
433+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
434434 with :
435435 name : standalone-${{ matrix.job.target }}
436436 path : ddev/archives/*
@@ -440,7 +440,7 @@ jobs:
440440 run : rm -rf archives bin targets
441441
442442 - name : Download staged managed binaries
443- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
443+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
444444 with :
445445 pattern : staged-managed-${{ runner.os }}-*
446446 path : ddev/archives
@@ -465,7 +465,7 @@ jobs:
465465
466466 - name : Upload installers
467467 if : needs.should-sign-and-upload.outputs.result == 'true'
468- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
468+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
469469 with :
470470 name : installers-${{ runner.os }}
471471 path : ddev/installers/*
@@ -589,7 +589,7 @@ jobs:
589589 OUTER
590590
591591 - name : Download staged standalone binaries
592- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
592+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
593593 with :
594594 pattern : staged-standalone-${{ runner.os }}-*
595595 path : ddev/archives
@@ -616,7 +616,7 @@ jobs:
616616 done
617617
618618 - name : Upload standalone binaries
619- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
619+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
620620 with :
621621 name : standalone-${{ runner.os }}
622622 path : ddev/archives/*
@@ -626,7 +626,7 @@ jobs:
626626 run : rm -rf archives bin notarize-bin
627627
628628 - name : Download staged managed binaries
629- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
629+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
630630 with :
631631 pattern : staged-managed-${{ runner.os }}-*
632632 path : ddev/archives
@@ -701,7 +701,7 @@ jobs:
701701
702702 - name : Upload installer
703703 if : needs.should-sign-and-upload.outputs.result == 'true'
704- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
704+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
705705 with :
706706 name : installers-${{ runner.os }}
707707 path : ddev/signed/${{ steps.pkg.outputs.path }}
@@ -742,20 +742,20 @@ jobs:
742742 dd_api_key : ${{ steps.dd-sts.outputs.api_key }}
743743
744744 - name : Download Python artifacts
745- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
745+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
746746 with :
747747 name : python-artifacts
748748 path : dist
749749
750750 - name : Download binaries
751- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
751+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
752752 with :
753753 pattern : standalone*
754754 path : archives
755755 merge-multiple : true
756756
757757 - name : Download installers
758- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
758+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
759759 with :
760760 pattern : installers-*
761761 path : installers
@@ -767,12 +767,12 @@ jobs:
767767 # workflow file name, environment and repository the request is comming from to
768768 # provide the valid JWT token.
769769 - name : Push Python artifacts to PyPI
770- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
770+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
771771 with :
772772 skip-existing : true
773773
774774 - name : Add assets to current release
775- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
775+ uses : softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
776776 with :
777777 files : |-
778778 archives/*
0 commit comments