Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit dceea92

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-run-example-project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: mkdir -p logs
7979

8080
- name: Download Artifact
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v5
8282
with:
8383
name: smart-doc-maven-jar
8484
path: ./artifacts
@@ -145,7 +145,7 @@ jobs:
145145
run: mkdir -p logs
146146

147147
- name: Download Artifact
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v5
149149
with:
150150
name: smart-doc-maven-plugin-jar
151151
path: ./artifacts
@@ -275,7 +275,7 @@ jobs:
275275
shell: bash
276276

277277
- name: Download Artifact
278-
uses: actions/download-artifact@v4
278+
uses: actions/download-artifact@v5
279279
with:
280280
name: smart-doc-maven-plugin-jar
281281
path: ./artifacts

0 commit comments

Comments
 (0)