File tree 10 files changed +10
-10
lines changed 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 82
82
CAIP_PROJECT_ID : ${{ steps.secrets.outputs.caip_id }}
83
83
- name : upload test results for FlakyBot workflow
84
84
if : github.event.action == 'schedule' && always()
85
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
85
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
86
86
env :
87
87
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
88
88
with :
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
29
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
29
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
30
30
with :
31
31
node-version : 18
32
32
- run : npm install
Original file line number Diff line number Diff line change 84
84
AGENT_PROJECT_ID : nodejs-docs-samples-tests
85
85
- name : upload test results for FlakyBot workflow
86
86
if : github.event.action == 'schedule' && always()
87
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
87
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
88
88
env :
89
89
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
90
90
with :
Original file line number Diff line number Diff line change 83
83
KG_API_KEY : ${{ steps.secrets.outputs.kg_api_key }}
84
84
- name : upload test results for FlakyBot workflow
85
85
if : github.event.action == 'schedule' && always()
86
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
86
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
87
87
env :
88
88
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
89
89
with :
Original file line number Diff line number Diff line change 92
92
DATASTORE_ID : ${{ steps.secrets.outputs.datastore_id }}
93
93
- name : upload test results for FlakyBot workflow
94
94
if : github.event.action == 'schedule' && always()
95
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
95
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
96
96
env :
97
97
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
98
98
with :
Original file line number Diff line number Diff line change 81
81
- run : npm test
82
82
- name : upload test results for FlakyBot workflow
83
83
if : github.event.action == 'schedule' && always()
84
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
84
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
85
85
env :
86
86
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
87
87
with :
Original file line number Diff line number Diff line change 84
84
GOOGLE_SAMPLES_PROJECT : " long-door-651"
85
85
- name : upload test results for FlakyBot workflow
86
86
if : github.event.action == 'schedule' && always()
87
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
87
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
88
88
env :
89
89
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
90
90
with :
Original file line number Diff line number Diff line change 92
92
AZURE_SAS_TOKEN : ${{ fromJSON(steps.secrets.outputs.sts_azure_secret).SAS }}
93
93
- name : upload test results for FlakyBot workflow
94
94
if : github.event.action == 'schedule' && always()
95
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
95
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
96
96
env :
97
97
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
98
98
with :
Original file line number Diff line number Diff line change 67
67
GOOGLE_SAMPLES_PROJECT : " long-door-651"
68
68
- name : upload test results for FlakyBot workflow
69
69
if : github.event.action == 'schedule' && always()
70
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
70
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
71
71
with :
72
72
name : test-results
73
73
path : ${{ inputs.path }}/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 87
87
REDIS_HOST : ${{ steps.secrets.outputs.vision.REDIS_HOST }}
88
88
- name : upload test results for FlakyBot workflow
89
89
if : github.event.action == 'schedule' && always()
90
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
90
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
91
91
env :
92
92
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
93
93
with :
You can’t perform that action at this time.
0 commit comments