mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-12-19 15:18:24 +08:00
chore(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4b05e32151
commit
0dffa9bd51
2 changed files with 3 additions and 3 deletions
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
|
@ -298,7 +298,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Download and collect all build outputs
|
- name: Download and collect all build outputs
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
pattern: build-outputs-*
|
pattern: build-outputs-*
|
||||||
path: collected
|
path: collected
|
||||||
|
|
|
||||||
4
.github/workflows/version.yml
vendored
4
.github/workflows/version.yml
vendored
|
|
@ -296,7 +296,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Download and collect all build outputs
|
- name: Download and collect all build outputs
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
pattern: build-outputs-*
|
pattern: build-outputs-*
|
||||||
path: collected
|
path: collected
|
||||||
|
|
@ -509,7 +509,7 @@ jobs:
|
||||||
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
|
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Download prepared release assets
|
- name: Download prepared release assets
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: qbit-manage-release-assets
|
name: qbit-manage-release-assets
|
||||||
path: release-assets
|
path: release-assets
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue