Skip to content

Commit cf973d7

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#1063)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 431839b commit cf973d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: get_release_name
1919
run: echo "release_name=$(echo ${{ inputs.ref_name }} | cut -c 2-) ($(date '+%Y-%m-%d'))" >> "$GITHUB_OUTPUT"
2020
- name: download app portable
21-
uses: actions/download-artifact@v7
21+
uses: actions/download-artifact@v8
2222
with:
2323
pattern: portable_basiliskLLM_*
2424
path: portable_app
@@ -33,13 +33,13 @@ jobs:
3333
echo "::endgroup::"
3434
done
3535
- name: download app installer
36-
uses: actions/download-artifact@v7
36+
uses: actions/download-artifact@v8
3737
with:
3838
pattern: setup_basiliskLLM_*
3939
path: installer
4040
merge-multiple: true
4141
- name: download POT file
42-
uses: actions/download-artifact@v7
42+
uses: actions/download-artifact@v8
4343
with:
4444
name: basiliskLLM.pot
4545
- name: create release

.github/workflows/localization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: checkout repository
4747
uses: actions/checkout@v6
4848
- name: download translations template artifact
49-
uses: actions/download-artifact@v7
49+
uses: actions/download-artifact@v8
5050
with:
5151
name: basiliskLLM.pot
5252
path: ./translations

0 commit comments

Comments
 (0)