Skip to content

Commit 610f849

Browse files
dependabot[bot]saghul
authored andcommitted
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83d06e8 commit 610f849

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ jobs:
782782
run: |
783783
meson test -C build-${{ matrix.flavor }} --timeout-multiplier 5 --print-errorlogs
784784
meson test --benchmark -C build-${{ matrix.flavor }} --timeout-multiplier 5 --print-errorlogs
785-
- uses: actions/upload-artifact@v6
785+
- uses: actions/upload-artifact@v7
786786
if: ${{ failure() }}
787787
with:
788788
name: ${{ matrix.platform }}-${{ matrix.mode.name }}-${{ matrix.features.name }}-${{ matrix.flavor }}-logs

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
file build/*-linux-${{matrix.arch}}
5050
- name: upload
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: qjs-linux-${{matrix.arch}}
5454
path: build/*-linux-${{matrix.arch}}
@@ -70,13 +70,13 @@ jobs:
7070
run: |
7171
lipo -info build/qjs-darwin build/qjsc-darwin
7272
- name: upload amalgamation
73-
uses: actions/upload-artifact@v6
73+
uses: actions/upload-artifact@v7
7474
with:
7575
name: quickjs-amalgam.zip
7676
path: build/quickjs-amalgam.zip
7777
compression-level: 0 # already compressed
7878
- name: upload
79-
uses: actions/upload-artifact@v6
79+
uses: actions/upload-artifact@v7
8080
with:
8181
name: qjs-darwin
8282
path: build/*-darwin
@@ -113,7 +113,7 @@ jobs:
113113
file build/qjs-windows-${{matrix.arch}}.exe
114114
ldd build/qjs-windows-${{matrix.arch}}.exe build/qjsc-windows-${{matrix.arch}}.exe
115115
- name: upload
116-
uses: actions/upload-artifact@v6
116+
uses: actions/upload-artifact@v7
117117
with:
118118
name: qjs-windows-${{matrix.arch}}
119119
path: build/*-windows-${{matrix.arch}}.exe
@@ -137,7 +137,7 @@ jobs:
137137
make -C build qjs_wasi
138138
mv build/qjs.wasm build/qjs-wasi-reactor.wasm
139139
- name: upload
140-
uses: actions/upload-artifact@v6
140+
uses: actions/upload-artifact@v7
141141
with:
142142
name: qjs-wasi
143143
path: |

0 commit comments

Comments
 (0)