File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3737 run : make audit
3838
3939 - name : Upload audit results
40- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
40+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4141 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
4242 with :
4343 name : audit-results
Original file line number Diff line number Diff line change 6161 run : make dist_native
6262
6363 - name : Upload dist_native artifacts
64- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
64+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6565 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
6666 with :
6767 name : dist_native-${{ matrix.runner }}
Original file line number Diff line number Diff line change 3737 if : |
3838 !contains(inputs.commit_message, 'skip:ketryx') &&
3939 !contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
40- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
40+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4141 with :
4242 name : test-results-ubuntu-latest
4343 path : test-results
4646 if : |
4747 !contains(inputs.commit_message, 'skip:ketryx') &&
4848 !contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
49- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
49+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5050 with :
5151 name : audit-results
5252 path : audit-results
Original file line number Diff line number Diff line change 8585 run : make dist_native
8686
8787 - name : Upload dist_native artifacts
88- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
88+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
9090 with :
9191 name : dist_native-${{ matrix.runner }}
@@ -116,7 +116,7 @@ jobs:
116116 run : .github/workflows/_install_dev_tools.bash
117117
118118 - name : Download native distribution artifacts
119- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
119+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
120120 with :
121121 pattern : dist_native-*
122122 path : dist_native_all/
@@ -187,13 +187,13 @@ jobs:
187187 if : |
188188 (!contains(inputs.commit_message, 'skip:test:all')) &&
189189 (!contains(github.event.pull_request.labels.*.name, 'skip:test:all'))
190- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
190+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
191191 with :
192192 name : test-results-ubuntu-latest
193193 path : test-results
194194
195195 - name : Download audit results generated in _audit.yml
196- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
196+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
197197 with :
198198 name : audit-results
199199 path : audit-results
Original file line number Diff line number Diff line change 8787 exit $EXIT_CODE
8888
8989 - name : Upload test results
90- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
90+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9191 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
9292 with :
9393 name : test-results-scheduled
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 summary-title : All very long running e2e tests passed
176176
177177 - name : Upload test artifacts for inspection
178- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
178+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
179179 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
180180 with :
181181 name : test-results-ubuntu-latest
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 exit $EXIT_CODE
164164
165165 - name : Upload test results
166- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
166+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
167167 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
168168 with :
169169 name : test-results-scheduled
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 commit-message : ${{ inputs.commit_message }}
200200
201201 - name : Upload test artifacts for inspection
202- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
202+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
203203 if : ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
204204 with :
205205 name : test-results-${{ matrix.runner }}
You can’t perform that action at this time.
0 commit comments