File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Upload artifacts
124124 if : ${{ inputs.upload_artifact && steps.build.outcome == 'success' }}
125- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
125+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
126126 with :
127127 name : ${{ inputs.artifact_name }}
128128 path : dist
Original file line number Diff line number Diff line change 9090 needs : build
9191 steps :
9292 - name : Download linux artifacts
93- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
93+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
9494 with :
9595 name : dist-linux
9696 path : dist-linux
Original file line number Diff line number Diff line change 7878 run : npm ci
7979
8080 - name : Download build artifacts
81- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
81+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
8282 with :
8383 pattern : dist-*
8484 merge-multiple : true
You can’t perform that action at this time.
0 commit comments