Skip to content

Commit 1bc2c31

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-executable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
${{ runner.os }}-nuget-
8888
8989
- name: Download frontend artifact
90-
uses: actions/download-artifact@v4
90+
uses: actions/download-artifact@v6
9191
with:
9292
name: frontend-dist
9393
path: code/frontend/dist/ui/browser
@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ubuntu-latest
132132
steps:
133133
- name: Download all platform artifacts
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v6
135135
with:
136136
pattern: executable-*
137137
path: ./artifacts

.github/workflows/build-macos-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0
7979

8080
- name: Download frontend artifact
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v6
8282
with:
8383
name: frontend-dist
8484
path: code/frontend/dist/ui/browser

.github/workflows/build-windows-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
token: ${{ env.REPO_READONLY_PAT }}
6363

6464
- name: Download frontend artifact
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: frontend-dist
6868
path: code/frontend/dist/ui/browser

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
secrets/data/github repo_readonly_pat | REPO_READONLY_PAT
178178

179179
- name: Download all artifacts
180-
uses: actions/download-artifact@v4
180+
uses: actions/download-artifact@v6
181181
with:
182182
path: ./artifacts
183183

0 commit comments

Comments
 (0)