Skip to content

Commit 7a4d20d

Browse files
chore(deps): bump the github-actions group with 2 updates (#5006)
Bumps the github-actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aab0953 commit 7a4d20d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
echo "tag=$tag" >> "$GITHUB_OUTPUT"
161161
162162
- name: Setup uv
163-
uses: astral-sh/setup-uv@v6
163+
uses: astral-sh/setup-uv@v7
164164

165165
- name: Setup Python
166166
uses: actions/setup-python@v6
@@ -291,13 +291,13 @@ jobs:
291291
echo "tag=$tag" >> "$GITHUB_OUTPUT"
292292
293293
- name: Download dashboard artifact
294-
uses: actions/download-artifact@v6
294+
uses: actions/download-artifact@v7
295295
with:
296296
name: Dashboard-${{ steps.tag.outputs.tag }}
297297
path: release-assets
298298

299299
- name: Download desktop artifacts
300-
uses: actions/download-artifact@v6
300+
uses: actions/download-artifact@v7
301301
with:
302302
pattern: AstrBot-${{ steps.tag.outputs.tag }}-*
303303
path: release-assets

0 commit comments

Comments
 (0)