Skip to content

Commit 6aaba58

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] <support@github.com>
1 parent 2cb1c90 commit 6aaba58

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/e2e_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Archieve test results
9393
if: always()
94-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
94+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9595
with:
9696
name: reports-${{ matrix.target }}-${{ matrix.arch }}
9797
path: reports-${{ matrix.target }}-${{ matrix.arch }}
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Archieve consolidated test results
151151
if: always()
152-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
152+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
153153
with:
154154
name: consolidated-reports
155155
path: artifacts/collective_robot_results

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: mkdocs build
4141

4242
- name: Archive Documentation
43-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
43+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4444
with:
4545
name: docs
4646
path: site/

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
284284
- name: Archive cmsis-toolbox
285285
if: always()
286-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
286+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
287287
with:
288288
name: cmsis-toolbox-${{ matrix.target }}-${{ matrix.arch }}
289289
path: cmsis-toolbox
@@ -307,7 +307,7 @@ jobs:
307307
308308
- name: Archive Debian Package
309309
if: ${{ matrix.target == 'linux' && matrix.arch == 'amd64' }}
310-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
310+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
311311
with:
312312
name: cmsis-toolbox-debian-package
313313
path: ./debian/build/cmsis-toolbox_*_amd64.deb
@@ -393,7 +393,7 @@ jobs:
393393
394394
- name: Archieve test results
395395
if: always()
396-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
396+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
397397
with:
398398
name: reports-${{ matrix.target }}-${{ matrix.arch }}
399399
path: reports-${{ matrix.target }}-${{ matrix.arch }}
@@ -453,7 +453,7 @@ jobs:
453453

454454
- name: Archieve consolidated test results
455455
if: always()
456-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
456+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
457457
with:
458458
name: consolidated-reports
459459
path: artifacts/collective_robot_results

.github/workflows/scorecards.yml

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

.github/workflows/toolbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ jobs:
357357
working-directory: toolbox
358358

359359
- name: Archive binaries
360-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
360+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
361361
with:
362362
name: cmsis-toolbox-${{ matrix.target }}-${{ matrix.arch }}
363363
path: ./toolbox/cmsis-toolbox-${{ matrix.target }}-${{ matrix.arch }}${{ matrix.archive_extension }}
@@ -381,7 +381,7 @@ jobs:
381381
382382
- name: Archive Debian Package
383383
if: ${{ matrix.target == 'linux' && matrix.arch == 'amd64' }}
384-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
384+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
385385
with:
386386
name: cmsis-toolbox-debian-package
387387
path: ./debian/build/cmsis-toolbox_*_amd64.deb
@@ -449,7 +449,7 @@ jobs:
449449
pytest --base-path=toolbox/cmsis-toolbox-${{ matrix.config.target }}-${{ matrix.config.arch }} test/tests.py -rA --junitxml=test-results-${{ matrix.config.target }}-${{ matrix.config.arch }}.xml
450450
451451
- name: Archive test report
452-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
452+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
453453
with:
454454
name: toolbox-test-${{ matrix.config.target }}-${{ matrix.config.arch }}
455455
path: ./test-results-*.xml

0 commit comments

Comments
 (0)