Skip to content

Commit fae64b4

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87ce9bb commit fae64b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: update-version
5252
steps:
5353
- name: Download artifact
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: root-new-version
5757
- name: Build
@@ -81,7 +81,7 @@ jobs:
8181
needs: [build]
8282
steps:
8383
- name: Download artifact
84-
uses: actions/download-artifact@v5
84+
uses: actions/download-artifact@v6
8585
with:
8686
name: root-build
8787
- name: Deploy

0 commit comments

Comments
 (0)