Skip to content

Commit 3907982

Browse files
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 af175ea commit 3907982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_lab_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686

8787
- name: Download updated version info
88-
uses: actions/download-artifact@v4
88+
uses: actions/download-artifact@v5
8989
with:
9090
name: updated-version-info
9191
path: .
@@ -160,7 +160,7 @@ jobs:
160160
token: ${{ steps.app-token.outputs.token }}
161161

162162
- name: Download updated lock files and sign lists
163-
uses: actions/download-artifact@v4
163+
uses: actions/download-artifact@v5
164164
with:
165165
name: updated-repo
166166
path: .

0 commit comments

Comments
 (0)