Skip to content

Commit 337bf59

Browse files
Bump actions/download-artifact from 6 to 7 (#701)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin <[email protected]>
1 parent ff789c1 commit 337bf59

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
@@ -64,7 +64,7 @@ jobs:
6464
GS_PROJECT_ID: ${{ secrets.GS_PROJECT_ID }}
6565
steps:
6666
- name: Download artifact
67-
uses: actions/download-artifact@v6
67+
uses: actions/download-artifact@v7
6868
with:
6969
name: root-new-version
7070

@@ -96,7 +96,7 @@ jobs:
9696
needs: [blackduck, build]
9797
steps:
9898
- name: Download artifact
99-
uses: actions/download-artifact@v6
99+
uses: actions/download-artifact@v7
100100
with:
101101
name: root-build
102102

0 commit comments

Comments
 (0)