Skip to content

Commit 20dda20

Browse files
dependabot[bot]brondani
authored andcommitted
Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4fc625 commit 20dda20

File tree

9 files changed

+44
-44
lines changed

9 files changed

+44
-44
lines changed

.github/workflows/buildmgr.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fi
101101
102102
- name: Archive cbuildgen
103-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
104104
with:
105105
name: cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
106106
path: ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
@@ -160,7 +160,7 @@ jobs:
160160
echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
161161
162162
- name: Upload documentation
163-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
163+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
164164
with:
165165
name: documentation
166166
path: ./build/tools/buildmgr/docs/doxygen/output/
@@ -297,15 +297,15 @@ jobs:
297297
working-directory: tools/buildmgr/cbuildgen/installer
298298

299299
- name: Archive cbuild_install.sh
300-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
300+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
301301
with:
302302
name: cbuild_install
303303
path: tools/buildmgr/cbuildgen/installer/cbuild_install.sh
304304
retention-days: ${{ needs.setup.outputs.retention_days }}
305305
if-no-files-found: error
306306

307307
- name: Archive deb package
308-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
308+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
309309
with:
310310
name: deb_package
311311
path: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -444,7 +444,7 @@ jobs:
444444

445445
- name: Archive unittest
446446
if: always() && (matrix.arch != 'arm64')
447-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
447+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
448448
with:
449449
name: unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
450450
path: ./build/test_reports/cbuildunittests-*.xml
@@ -481,7 +481,7 @@ jobs:
481481

482482
- name: Archive Cbuild Integration Tests
483483
if: always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
484-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
484+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
485485
with:
486486
name: integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
487487
path: ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -566,7 +566,7 @@ jobs:
566566
567567
- name: Archive unittest
568568
if: (github.event_name == 'push')
569-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
569+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
570570
with:
571571
name: unit_test_result_buildmgr-linux-amd64
572572
path: ./build/test_reports/cbuildunittests-*.xml
@@ -575,7 +575,7 @@ jobs:
575575

576576
- name: Archive Cbuild Integration Tests
577577
if: (github.event_name == 'push')
578-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
578+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
579579
with:
580580
name: integ_test_result_buildmgr-linux-amd64
581581
path: ./build/test_reports/cbuildintegtests-*.xml
@@ -613,7 +613,7 @@ jobs:
613613
attempt_delay: 5000
614614

615615
- name: Archive coverage report
616-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
616+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
617617
with:
618618
name: coverage-report-buildmgr
619619
path: |
@@ -724,7 +724,7 @@ jobs:
724724
egress-policy: audit
725725

726726
- name: Event File
727-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
727+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
728728
with:
729729
name: Event File buildmgr
730730
path: ${{ github.event_path }}

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Archive Cppcheck results
7373
if: ${{ steps.errors.outputs.value == '1' }}
74-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
74+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7575
with:
7676
name: cppcheck-report
7777
path: ./${{ env.linter_report }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: coverage/
6060

6161
- name: Archive merged coverage report
62-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
62+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6363
with:
6464
name: merged-coverage-report
6565
path: ./coverage/merged_coverage.info

.github/workflows/packchk.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Archive packchk binary
8484
if: ${{ github.event_name != 'release' }}
85-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
85+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8686
with:
8787
name: packchk-${{ matrix.target }}-${{ matrix.arch }}
8888
path: build/tools/packchk/packchk-*-${{ matrix.target }}-${{ matrix.arch }}.*
@@ -191,7 +191,7 @@ jobs:
191191

192192
- name: Archive unit test results
193193
if: always() && (matrix.arch != 'arm64')
194-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
194+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
195195
with:
196196
name: unit_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
197197
path: ./build/test_reports/packchkunittests-*.xml
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: Archive integration test results
202202
if: always() && (matrix.arch != 'arm64')
203-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
203+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
204204
with:
205205
name: integ_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
206206
path: ./build/test_reports/packchkintegtests-*.xml
@@ -267,7 +267,7 @@ jobs:
267267
268268
- name: Archive unit test results
269269
if: (github.event_name == 'push')
270-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
270+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
271271
with:
272272
name: unit_test_result_packchk-linux-amd64
273273
path: ./build/test_reports/packchkunittests-*.xml
@@ -276,7 +276,7 @@ jobs:
276276

277277
- name: Archive integration test results
278278
if: (github.event_name == 'push')
279-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
279+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
280280
with:
281281
name: integ_test_result_packchk-linux-amd64
282282
path: ./build/test_reports/packchkintegtests-*.xml
@@ -314,7 +314,7 @@ jobs:
314314
attempt_delay: 5000
315315

316316
- name: Archive coverage report
317-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
317+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
318318
with:
319319
name: coverage-report-packchk
320320
path: |
@@ -370,7 +370,7 @@ jobs:
370370
egress-policy: audit
371371

372372
- name: Event File
373-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
373+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
374374
with:
375375
name: Event File packchk
376376
path: ${{ github.event_path }}

.github/workflows/packgen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fi
101101
102102
- name: Archive packgen
103-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
104104
with:
105105
name: packgen-${{ matrix.target }}-${{ matrix.arch }}
106106
path: ./build/tools/packgen/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
@@ -212,7 +212,7 @@ jobs:
212212

213213
- name: Archive unit tests results
214214
if: always() && (matrix.arch != 'arm64')
215-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
215+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
216216
with:
217217
name: unit_test_result_packgen-${{ matrix.target }}-${{ matrix.arch }}
218218
path: ./build/test_reports/packgenunittests-*.xml
@@ -270,7 +270,7 @@ jobs:
270270
271271
- name: Archive unit tests results
272272
if: (github.event_name == 'push')
273-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
273+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
274274
with:
275275
name: unit_test_result_packgen-linux-amd64
276276
path: ./build/test_reports/packgenunittests-*.xml
@@ -308,7 +308,7 @@ jobs:
308308
attempt_delay: 5000
309309

310310
- name: Archive coverage report
311-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
311+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
312312
with:
313313
name: coverage-report-packgen
314314
path: |
@@ -329,7 +329,7 @@ jobs:
329329
egress-policy: audit
330330

331331
- name: Event File
332-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
332+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
333333
with:
334334
name: Event File packgen
335335
path: ${{ github.event_path }}

.github/workflows/projmgr.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
fi
106106
107107
- name: Archive projmgr
108-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
108+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
109109
with:
110110
name: projmgr-${{ matrix.target }}-${{ matrix.arch }}
111111
path: ./build/tools/projmgr/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Archive projmgr schemas
116116
if: matrix.arch == 'amd64' && matrix.target == 'linux'
117-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
117+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
118118
with:
119119
name: projmgr-schemas
120120
path: ./tools/projmgr/schemas
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Archive projmgr templates
125125
if: matrix.arch == 'amd64' && matrix.target == 'linux'
126-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
126+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
127127
with:
128128
name: projmgr-templates
129129
path: ./tools/projmgr/templates
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Archive projmgr swig python libs
180180
if: always() && matrix.pyswig
181-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
182182
with:
183183
name: projmgr-swig-python-${{ matrix.target }}-${{ matrix.arch }}
184184
path: |
@@ -189,7 +189,7 @@ jobs:
189189

190190
- name: Archive projmgr swig go libs
191191
if: always() && matrix.goswig
192-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
192+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
193193
with:
194194
name: projmgr-swig-go-${{ matrix.target }}-${{ matrix.arch }}
195195
path: |
@@ -395,7 +395,7 @@ jobs:
395395

396396
- name: Archive unit tests results
397397
if: always() && (matrix.arch != 'arm64')
398-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
398+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
399399
with:
400400
name: unittest-${{ matrix.target }}-${{ matrix.arch }}
401401
path: ./build/Testing/Temporary/LastTest.log
@@ -404,7 +404,7 @@ jobs:
404404

405405
- name: Archive gtest report
406406
if: always() && (matrix.arch != 'arm64')
407-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
407+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
408408
with:
409409
name: unit_test_result_projmgr-${{ matrix.target }}-${{ matrix.arch }}
410410
path: ./build/test_reports/projmgrunittests-*.xml
@@ -462,7 +462,7 @@ jobs:
462462
463463
- name: Archive test report
464464
if: (github.event_name == 'push')
465-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
465+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
466466
with:
467467
name: unit_test_result_projmgr-linux-amd64
468468
path: ./build/test_reports/projmgrunittests-*.xml
@@ -500,7 +500,7 @@ jobs:
500500
attempt_delay: 5000
501501

502502
- name: Archive coverage report
503-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
503+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
504504
with:
505505
name: coverage-report-projmgr
506506
path: |
@@ -521,7 +521,7 @@ jobs:
521521
egress-policy: audit
522522

523523
- name: Event File
524-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
524+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
525525
with:
526526
name: Event File projmgr
527527
path: ${{ github.event_path }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
66+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6767
with:
6868
name: SARIF file
6969
path: results.sarif

.github/workflows/svdconv.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Archive svdconv binary
7575
if: ${{ github.event_name != 'release' || (needs.setup.outputs.nightly == 'true')}}
76-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
76+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7777
with:
7878
name: svdconv-${{ matrix.target }}-${{ matrix.arch }}
7979
path: ./build/tools/svdconv/SVDConv/svdconv-*-${{ matrix.target }}-${{ matrix.arch }}.*
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Archive unit test results
183183
if: always() && (matrix.arch != 'arm64')
184-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
184+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
185185
with:
186186
name: unit_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
187187
path: ./build/test_reports/svdconvunittests-*.xml
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Archive integration test results
192192
if: always() && (matrix.arch != 'arm64')
193-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
193+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
194194
with:
195195
name: integ_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
196196
path: ./build/test_reports/svdconvintegtests-*.xml
@@ -258,7 +258,7 @@ jobs:
258258
259259
- name: Archive unit test results
260260
if: (github.event_name == 'push')
261-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
261+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
262262
with:
263263
name: unit_test_report_svdconv-linux-amd64
264264
path: ./build/test_reports/svdconvunittests-*.xml
@@ -267,7 +267,7 @@ jobs:
267267

268268
- name: Archive integration test results
269269
if: (github.event_name == 'push')
270-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
270+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
271271
with:
272272
name: integ_test_report_svdconv-linux-amd64
273273
path: ./build/test_reports/svdconvintegtests-*.xml
@@ -312,7 +312,7 @@ jobs:
312312
attempt_delay: 5000
313313

314314
- name: Archive coverage report
315-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
315+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
316316
with:
317317
name: coverage-report-svdconv
318318
path: |
@@ -368,7 +368,7 @@ jobs:
368368
egress-policy: audit
369369

370370
- name: Event File
371-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
371+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
372372
with:
373373
name: Event File svdconv
374374
path: ${{ github.event_path }}

.github/workflows/test_libs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Archive libs unittest reports
8888
if: always() && (matrix.arch != 'arm64')
89-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
89+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9090
with:
9191
name: unit_test_result_test_libs-${{ matrix.target }}-${{ matrix.arch }}
9292
path: ./build/test_reports/*${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-22.04
100100
steps:
101101
- name: Event File
102-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
102+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
103103
with:
104104
name: Event File test_libs
105105
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)