Skip to content

Commit 4579e9b

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 225a6f9 commit 4579e9b

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/java-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: cargo build --release --target ${{ matrix.target }}
6161

6262
- name: Upload native library
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: native-${{ matrix.platform }}
6666
if-no-files-found: error
@@ -98,7 +98,7 @@ jobs:
9898
gradle build --info
9999
100100
- name: Upload JAR
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
with:
103103
name: java-jar
104104
if-no-files-found: error

.github/workflows/javascript-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
working-directory: bindings/javascript
186186

187187
- name: Upload artifacts
188-
uses: actions/upload-artifact@v5
188+
uses: actions/upload-artifact@v6
189189
with:
190190
name: bindings-${{ matrix.settings.target }}
191191
path: bindings/javascript/${{ env.APP_NAME }}.*.node
@@ -222,7 +222,7 @@ jobs:
222222
working-directory: ./bindings/javascript
223223

224224
- name: Upload artifacts
225-
uses: actions/upload-artifact@v5
225+
uses: actions/upload-artifact@v6
226226
with:
227227
name: wasm32
228228
path: bindings/javascript/wasm/

.github/workflows/python-release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
3838
- name: Upload sdist
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: sdist
4242
if-no-files-found: error
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
6262
- name: Upload wheels
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: wheel-macos-x86_64
6666
if-no-files-found: error
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
8585
- name: Upload wheels
86-
uses: actions/upload-artifact@v5
86+
uses: actions/upload-artifact@v6
8787
with:
8888
name: wheel-macos-universal
8989
if-no-files-found: error
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
113113
- name: Upload wheels
114-
uses: actions/upload-artifact@v5
114+
uses: actions/upload-artifact@v6
115115
with:
116116
name: wheel-windows-${{ matrix.target }}
117117
if-no-files-found: error
@@ -139,7 +139,7 @@ jobs:
139139
run: |
140140
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
141141
- name: Upload wheels
142-
uses: actions/upload-artifact@v5
142+
uses: actions/upload-artifact@v6
143143
with:
144144
name: wheel-linux-${{ matrix.target }}
145145
if-no-files-found: error
@@ -178,7 +178,7 @@ jobs:
178178
run: |
179179
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages
180180
- name: Upload wheels
181-
uses: actions/upload-artifact@v5
181+
uses: actions/upload-artifact@v6
182182
with:
183183
name: wheel-linux-cross-${{ matrix.target }}
184184
if-no-files-found: error
@@ -211,7 +211,7 @@ jobs:
211211
apk add py3-pip
212212
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall --break-system-packages
213213
- name: Upload wheels
214-
uses: actions/upload-artifact@v5
214+
uses: actions/upload-artifact@v6
215215
with:
216216
name: wheel-musllinux-${{ matrix.target }}
217217
if-no-files-found: error
@@ -248,7 +248,7 @@ jobs:
248248
run: |
249249
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages
250250
- name: Upload wheels
251-
uses: actions/upload-artifact@v5
251+
uses: actions/upload-artifact@v6
252252
with:
253253
name: wheel-musllinux-cross-${{ matrix.platform.target }}-${{ matrix.platform.arch }}
254254
if-no-files-found: error
@@ -285,7 +285,7 @@ jobs:
285285
run: |
286286
pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
287287
- name: Upload wheels
288-
uses: actions/upload-artifact@v5
288+
uses: actions/upload-artifact@v6
289289
with:
290290
name: wheel-pypy-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.python-version }}
291291
if-no-files-found: error
@@ -316,7 +316,7 @@ jobs:
316316
DEFAULT_CROSS_BUILD_ENV_URL: "https://github.com/pyodide/pyodide/releases/download/0.28.0a3/xbuildenv-0.28.0a3.tar.bz2"
317317
RUSTFLAGS: "-C link-arg=-sSIDE_MODULE=2 -Z link-native-libraries=no -Z emscripten-wasm-eh"
318318
- name: Upload wheels
319-
uses: actions/upload-artifact@v5
319+
uses: actions/upload-artifact@v6
320320
with:
321321
name: wheel-pyodide
322322
if-no-files-found: error

0 commit comments

Comments
 (0)