Skip to content

Commit 40170d2

Browse files
[gha] Bump actions/upload-artifact from 6.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f860a79 commit 40170d2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-azl3-arm-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
sudo chmod -R 755 workspace/ || true
8888
find workspace/*/imagebuild/*/ -name "*.raw*" -exec chmod 777 {} \; || true
8989
- name: GitHub Upload Release Artifacts
90-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
90+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
9191
with:
9292
name: azl3-arm-raw-image
9393
path: |

.github/workflows/build-elxr12-arm-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
find workspace/*/imagebuild/*/ -name "*.raw*" -exec chmod 777 {} \; || true
9595
9696
- name: GitHub Upload Release Artifacts
97-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
97+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
9898
with:
9999
name: elxr12-arm-raw-image
100100
path: |

.github/workflows/build-ubuntu24-arm-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
find workspace/*/imagebuild/minimal/ -name "*.raw*" -exec chmod 777 {} \; || true
8989
9090
- name: GitHub Upload Release Artifacts
91-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
91+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
9292
with:
9393
name: ubuntu24-arm-raw-image
9494
path: |

.github/workflows/unit-test-and-coverage-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Upload coverage artifacts
7878
if: always()
79-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
79+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
8080
with:
8181
name: coverage-${{ github.run_id }}
8282
path: |

0 commit comments

Comments
 (0)