Skip to content

Commit 8f2f4ef

Browse files
ci: Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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>
1 parent 4e6f782 commit 8f2f4ef

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-compiler-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
contents: write
110110
steps:
111111
- name: Download all artifacts
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v7
113113
with:
114114
merge-multiple: true
115115

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
contents: write
136136
steps:
137137
- name: Download all artifacts
138-
uses: actions/download-artifact@v4
138+
uses: actions/download-artifact@v7
139139

140140
- name: List artifacts
141141
run: find . -type f -name "*.dmg" -o -name "*.msi" -o -name "*.exe" -o -name "*.AppImage" -o -name "*.deb"

.github/workflows/extension-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ jobs:
145145
- uses: actions/checkout@v4
146146

147147
- name: Download Chrome artifact
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v7
149149
with:
150150
name: neodetect-chrome
151151
path: ./artifacts
152152

153153
- name: Download Firefox artifact
154-
uses: actions/download-artifact@v4
154+
uses: actions/download-artifact@v7
155155
with:
156156
name: neodetect-firefox
157157
path: ./artifacts

.github/workflows/extension-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767

6868
- name: Download WASM artifact
69-
uses: actions/download-artifact@v4
69+
uses: actions/download-artifact@v7
7070
with:
7171
name: neodetect-wasm
7272
path: extension/chrome/wasm/
@@ -131,7 +131,7 @@ jobs:
131131
- uses: actions/checkout@v4
132132

133133
- name: Download WASM artifact
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v7
135135
with:
136136
name: neodetect-wasm
137137
path: extension/chrome/wasm/

0 commit comments

Comments
 (0)