Skip to content

Commit cc201d7

Browse files
chore(deps): Bump actions/download-artifact from 5 to 6 (#292)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e4a296 commit cc201d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
BUCKET: oss://sustech-application
7878
steps:
7979
- name: Download build files
80-
uses: actions/download-artifact@v5
80+
uses: actions/download-artifact@v6
8181
with:
8282
name: build-files
8383
path: dist/
@@ -94,7 +94,7 @@ jobs:
9494
./ossutil version
9595
9696
- name: Download diff list
97-
uses: actions/download-artifact@v5
97+
uses: actions/download-artifact@v6
9898
with:
9999
name: diff-list
100100
path: ./

0 commit comments

Comments
 (0)