Skip to content

Commit 5204fc6

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/upload-artifact from 4.4.3 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...65c4c4a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2bc3f1 commit 5204fc6

File tree

9 files changed

+42
-42
lines changed

9 files changed

+42
-42
lines changed

.github/workflows/buildmgr.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
arch: ${{ matrix.arch }}
8484

8585
- name: Archive cbuildgen
86-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
86+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8787
with:
8888
name: cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
8989
path: ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
@@ -143,7 +143,7 @@ jobs:
143143
echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
144144
145145
- name: Upload documentation
146-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
146+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
147147
with:
148148
name: documentation
149149
path: ./build/tools/buildmgr/docs/doxygen/output/
@@ -280,15 +280,15 @@ jobs:
280280
working-directory: tools/buildmgr/cbuildgen/installer
281281

282282
- name: Archive cbuild_install.sh
283-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
283+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
284284
with:
285285
name: cbuild_install
286286
path: tools/buildmgr/cbuildgen/installer/cbuild_install.sh
287287
retention-days: ${{ needs.setup.outputs.retention_days }}
288288
if-no-files-found: error
289289

290290
- name: Archive deb package
291-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
291+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
292292
with:
293293
name: deb_package
294294
path: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
@@ -426,7 +426,7 @@ jobs:
426426

427427
- name: Archive unittest
428428
if: always() && (matrix.arch != 'arm64')
429-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
429+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
430430
with:
431431
name: unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
432432
path: ./build/test_reports/cbuildunittests-*.xml
@@ -463,7 +463,7 @@ jobs:
463463

464464
- name: Archive Cbuild Integration Tests
465465
if: always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
466-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
466+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
467467
with:
468468
name: integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
469469
path: ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -548,7 +548,7 @@ jobs:
548548
549549
- name: Archive unittest
550550
if: (github.event_name == 'push')
551-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
551+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
552552
with:
553553
name: unit_test_result_buildmgr-linux-amd64
554554
path: ./build/test_reports/cbuildunittests-*.xml
@@ -557,7 +557,7 @@ jobs:
557557

558558
- name: Archive Cbuild Integration Tests
559559
if: (github.event_name == 'push')
560-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
560+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
561561
with:
562562
name: integ_test_result_buildmgr-linux-amd64
563563
path: ./build/test_reports/cbuildintegtests-*.xml
@@ -595,7 +595,7 @@ jobs:
595595
attempt_delay: 5000
596596

597597
- name: Archive coverage report
598-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
598+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
599599
with:
600600
name: coverage-report-buildmgr
601601
path: |
@@ -704,7 +704,7 @@ jobs:
704704
egress-policy: audit
705705

706706
- name: Event File
707-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
707+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
708708
with:
709709
name: Event File buildmgr
710710
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
74+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
62+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.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
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Archive packchk binary
8383
if: ${{ github.event_name != 'release' }}
84-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8585
with:
8686
name: packchk-${{ matrix.target }}-${{ matrix.arch }}
8787
path: build/tools/packchk/packchk-*-${{ matrix.target }}-${{ matrix.arch }}.*
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Archive unit test results
149149
if: always() && (matrix.arch != 'arm64')
150-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
150+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
151151
with:
152152
name: unit_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
153153
path: ./build/test_reports/packchkunittests-*.xml
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Archive integration test results
158158
if: always() && (matrix.arch != 'arm64')
159-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
159+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
160160
with:
161161
name: integ_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
162162
path: ./build/test_reports/packchkintegtests-*.xml
@@ -224,7 +224,7 @@ jobs:
224224
225225
- name: Archive unit test results
226226
if: (github.event_name == 'push')
227-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
227+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
228228
with:
229229
name: unit_test_result_packchk-linux-amd64
230230
path: ./build/test_reports/packchkunittests-*.xml
@@ -233,7 +233,7 @@ jobs:
233233

234234
- name: Archive integration test results
235235
if: (github.event_name == 'push')
236-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
236+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
237237
with:
238238
name: integ_test_result_packchk-linux-amd64
239239
path: ./build/test_reports/packchkintegtests-*.xml
@@ -271,7 +271,7 @@ jobs:
271271
attempt_delay: 5000
272272

273273
- name: Archive coverage report
274-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
274+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
275275
with:
276276
name: coverage-report-packchk
277277
path: |
@@ -327,7 +327,7 @@ jobs:
327327
egress-policy: audit
328328

329329
- name: Event File
330-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
330+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
331331
with:
332332
name: Event File packchk
333333
path: ${{ github.event_path }}

.github/workflows/packgen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
arch: ${{ matrix.arch }}
7777

7878
- name: Archive packgen
79-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
79+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8080
with:
8181
name: packgen-${{ matrix.target }}-${{ matrix.arch }}
8282
path: ./build/tools/packgen/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
@@ -187,7 +187,7 @@ jobs:
187187

188188
- name: Archive unit tests results
189189
if: always() && (matrix.arch != 'arm64')
190-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
190+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
191191
with:
192192
name: unit_test_result_packgen-${{ matrix.target }}-${{ matrix.arch }}
193193
path: ./build/test_reports/packgenunittests-*.xml
@@ -245,7 +245,7 @@ jobs:
245245
246246
- name: Archive unit tests results
247247
if: (github.event_name == 'push')
248-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
248+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
249249
with:
250250
name: unit_test_result_packgen-linux-amd64
251251
path: ./build/test_reports/packgenunittests-*.xml
@@ -283,7 +283,7 @@ jobs:
283283
attempt_delay: 5000
284284

285285
- name: Archive coverage report
286-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
286+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
287287
with:
288288
name: coverage-report-packgen
289289
path: |
@@ -304,7 +304,7 @@ jobs:
304304
egress-policy: audit
305305

306306
- name: Event File
307-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
307+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
308308
with:
309309
name: Event File packgen
310310
path: ${{ github.event_path }}

.github/workflows/projmgr.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
arch: ${{ matrix.arch }}
8282

8383
- name: Archive projmgr
84-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8585
with:
8686
name: projmgr-${{ matrix.target }}-${{ matrix.arch }}
8787
path: ./build/tools/projmgr/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Archive projmgr swig python libs
133133
if: always() && matrix.pyswig
134-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
134+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
135135
with:
136136
name: projmgr-swig-python-${{ matrix.target }}-${{ matrix.arch }}
137137
path: |
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Archive projmgr swig go libs
144144
if: always() && matrix.goswig
145-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
145+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
146146
with:
147147
name: projmgr-swig-go-${{ matrix.target }}-${{ matrix.arch }}
148148
path: |
@@ -337,7 +337,7 @@ jobs:
337337

338338
- name: Archive unit tests results
339339
if: always() && (matrix.arch != 'arm64')
340-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
340+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
341341
with:
342342
name: unittest-${{ matrix.target }}-${{ matrix.arch }}
343343
path: ./build/Testing/Temporary/LastTest.log
@@ -346,7 +346,7 @@ jobs:
346346

347347
- name: Archive gtest report
348348
if: always() && (matrix.arch != 'arm64')
349-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
349+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
350350
with:
351351
name: unit_test_result_projmgr-${{ matrix.target }}-${{ matrix.arch }}
352352
path: ./build/test_reports/projmgrunittests-*.xml
@@ -404,7 +404,7 @@ jobs:
404404
405405
- name: Archive test report
406406
if: (github.event_name == 'push')
407-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
407+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
408408
with:
409409
name: unit_test_result_projmgr-linux-amd64
410410
path: ./build/test_reports/projmgrunittests-*.xml
@@ -442,7 +442,7 @@ jobs:
442442
attempt_delay: 5000
443443

444444
- name: Archive coverage report
445-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
445+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
446446
with:
447447
name: coverage-report-projmgr
448448
path: |
@@ -463,7 +463,7 @@ jobs:
463463
egress-policy: audit
464464

465465
- name: Event File
466-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
466+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
467467
with:
468468
name: Event File projmgr
469469
path: ${{ github.event_path }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363
# format to the repository Actions tab.
6464
- name: "Upload artifact"
65-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
65+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
6666
with:
6767
name: SARIF file
6868
path: results.sarif

.github/workflows/svdconv.yml

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

7373
- name: Archive svdconv binary
7474
if: ${{ github.event_name != 'release' || (needs.setup.outputs.nightly == 'true')}}
75-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
75+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7676
with:
7777
name: svdconv-${{ matrix.target }}-${{ matrix.arch }}
7878
path: ./build/tools/svdconv/SVDConv/svdconv-*-${{ matrix.target }}-${{ matrix.arch }}.*
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: Archive unit test results
140140
if: always() && (matrix.arch != 'arm64')
141-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
141+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
142142
with:
143143
name: unit_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
144144
path: ./build/test_reports/svdconvunittests-*.xml
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Archive integration test results
149149
if: always() && (matrix.arch != 'arm64')
150-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
150+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
151151
with:
152152
name: integ_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
153153
path: ./build/test_reports/svdconvintegtests-*.xml
@@ -215,7 +215,7 @@ jobs:
215215
216216
- name: Archive unit test results
217217
if: (github.event_name == 'push')
218-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
218+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
219219
with:
220220
name: unit_test_report_svdconv-linux-amd64
221221
path: ./build/test_reports/svdconvunittests-*.xml
@@ -224,7 +224,7 @@ jobs:
224224

225225
- name: Archive integration test results
226226
if: (github.event_name == 'push')
227-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
227+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
228228
with:
229229
name: integ_test_report_svdconv-linux-amd64
230230
path: ./build/test_reports/svdconvintegtests-*.xml
@@ -269,7 +269,7 @@ jobs:
269269
attempt_delay: 5000
270270

271271
- name: Archive coverage report
272-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
272+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
273273
with:
274274
name: coverage-report-svdconv
275275
path: |
@@ -325,7 +325,7 @@ jobs:
325325
egress-policy: audit
326326

327327
- name: Event File
328-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
328+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
329329
with:
330330
name: Event File svdconv
331331
path: ${{ github.event_path }}

.github/workflows/test_libs.yml

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

8686
- name: Archive libs unittest reports
8787
if: always() && (matrix.arch != 'arm64')
88-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
88+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8989
with:
9090
name: unit_test_result_test_libs-${{ matrix.target }}-${{ matrix.arch }}
9191
path: ./build/test_reports/*${{ matrix.target }}-${{ matrix.arch }}.xml
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-22.04
9999
steps:
100100
- name: Event File
101-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
102102
with:
103103
name: Event File test_libs
104104
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)