Skip to content

Commit dad2703

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b74236 commit dad2703

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main-build-and-deploy-oss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: update-version
4747
steps:
4848
- name: Download artifact
49-
uses: actions/download-artifact@v7
49+
uses: actions/download-artifact@v8
5050
with:
5151
name: root-new-version
5252

@@ -89,7 +89,7 @@ jobs:
8989
needs: build
9090
steps:
9191
- name: Download artifact
92-
uses: actions/download-artifact@v7
92+
uses: actions/download-artifact@v8
9393
with:
9494
name: root-build
9595

.github/workflows/main-build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: update-version
4141
steps:
4242
- name: Download artifact
43-
uses: actions/download-artifact@v7
43+
uses: actions/download-artifact@v8
4444
with:
4545
name: root-new-version
4646

@@ -64,7 +64,7 @@ jobs:
6464
needs: build
6565
steps:
6666
- name: Download artifact
67-
uses: actions/download-artifact@v7
67+
uses: actions/download-artifact@v8
6868
with:
6969
name: root-build
7070

0 commit comments

Comments
 (0)