@@ -3103,7 +3103,7 @@ jobs:
31033103 steps :
31043104 # https://github.com/actions/download-artifact
31053105 - name : Download npm artifact
3106- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
3106+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
31073107 with :
31083108 path : ${{ runner.temp }}
31093109 name : npm-${{ github.event.pull_request.head.sha }}
@@ -3493,7 +3493,7 @@ jobs:
34933493
34943494 # https://github.com/actions/download-artifact
34953495 - name : Download required artifacts
3496- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
3496+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
34973497 with :
34983498 path : ${{ runner.temp }}
34993499 pattern : docker-${{ matrix.target_slug }}-*
@@ -4110,15 +4110,15 @@ jobs:
41104110
41114111 # https://github.com/actions/download-artifact
41124112 - name : Download release artifacts
4113- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4113+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
41144114 with :
41154115 path : ${{ runner.temp }}/artifacts
41164116 pattern : gh-release-*
41174117 merge-multiple : true
41184118
41194119 # https://github.com/actions/download-artifact
41204120 - name : Download release notes
4121- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4121+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
41224122 with :
41234123 path : ${{ runner.temp }}
41244124 name : release-notes
@@ -4174,7 +4174,7 @@ jobs:
41744174
41754175 # https://github.com/actions/download-artifact
41764176 - name : Download release notes
4177- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4177+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
41784178 with :
41794179 path : ${{ runner.temp }}
41804180 name : release-notes
0 commit comments