File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 run : |
9191 mkdir target/artifacts
9292 cp target/"${ARTIFACT}"-* target/artifacts
93- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
93+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9494 with :
9595 name : ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }}
9696 path : target/artifacts
@@ -125,7 +125,7 @@ jobs:
125125 run : |
126126 mkdir target/artifacts
127127 cp target/"${ARTIFACT}"-* target/artifacts
128- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
128+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
129129 with :
130130 name : ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }}
131131 path : target/artifacts
@@ -157,7 +157,7 @@ jobs:
157157 run : |
158158 mkdir target/artifacts
159159 copy target/$env:ARTIFACT-* target/artifacts
160- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
160+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
161161 with :
162162 name : ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }}
163163 path : target/artifacts
@@ -178,7 +178,7 @@ jobs:
178178 with :
179179 persist-credentials : false
180180 - name : Download all workflow run artifacts
181- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
181+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
182182 with :
183183 path : ./target
184184 - name : Zip artifacts
You can’t perform that action at this time.
0 commit comments