mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
CI: 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](https://github.com/actions/upload-artifact/compare/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>
This commit is contained in:
committed by
Jelle Raaijmakers
parent
e1ba577ab7
commit
cc2daa2821
Notes:
github-actions[bot]
2026-03-03 09:34:19 +00:00
Author: https://github.com/dependabot[bot] Commit: https://github.com/LadybirdBrowser/ladybird/commit/cc2daa2821c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8255 Reviewed-by: https://github.com/gmta ✅
4
.github/workflows/js-and-wasm-artifacts.yml
vendored
4
.github/workflows/js-and-wasm-artifacts.yml
vendored
@@ -163,14 +163,14 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Upload js package
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: ladybird-js-${{ matrix.package_type }}
|
||||
path: Build/distribution/ladybird-js-*.tar.gz
|
||||
retention-days: 7
|
||||
|
||||
- name: Upload wasm package
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: ladybird-wasm-${{ matrix.package_type }}
|
||||
path: Build/distribution/ladybird-wasm-*.tar.gz
|
||||
|
||||
2
.github/workflows/js-and-wasm-benchmarks.yml
vendored
2
.github/workflows/js-and-wasm-benchmarks.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
||||
./run.py ${run_options}
|
||||
|
||||
- name: 'Save results as an artifact'
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: js-benchmarks-results-${{ matrix.os_name }}-${{ matrix.arch }}
|
||||
path: js-benchmarks/results.json
|
||||
|
||||
2
.github/workflows/lagom-template.yml
vendored
2
.github/workflows/lagom-template.yml
vendored
@@ -207,7 +207,7 @@ jobs:
|
||||
|
||||
- name: Upload LibWeb Test Artifacts
|
||||
if: ${{ always() && inputs.build_preset != 'Fuzzers' && inputs.build_preset != 'All_Debug' }}
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: libweb-test-artifacts-${{ inputs.os_name }}-${{ inputs.arch }}-${{ inputs.build_preset }}-${{ inputs.toolchain }}-${{ inputs.clang_plugins }}
|
||||
path: ${{ github.workspace }}/Build/Lagom/Tests/LibWeb/test-web/test-dumps/
|
||||
|
||||
Reference in New Issue
Block a user