mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
CI: Bump dawidd6/action-download-artifact from 18 to 19
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 18 to 19. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v18...v19) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '19' 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
5938b754ac
commit
f8a7f3cdae
Notes:
github-actions[bot]
2026-03-24 10:08:59 +00:00
Author: https://github.com/dependabot[bot] Commit: https://github.com/LadybirdBrowser/ladybird/commit/f8a7f3cdaea Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8596
4
.github/workflows/js-and-wasm-benchmarks.yml
vendored
4
.github/workflows/js-and-wasm-benchmarks.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
sudo apt-get install -y python3-venv
|
||||
|
||||
- name: 'Download JS repl artifact'
|
||||
uses: dawidd6/action-download-artifact@v18
|
||||
uses: dawidd6/action-download-artifact@v19
|
||||
with:
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
name: ladybird-js-${{ matrix.package_type }}
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
echo "sha=${commit_hash}" >> "${GITHUB_OUTPUT}"
|
||||
|
||||
- name: 'Download wasm repl artifact'
|
||||
uses: dawidd6/action-download-artifact@v18
|
||||
uses: dawidd6/action-download-artifact@v19
|
||||
with:
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
name: ladybird-wasm-${{ matrix.package_type }}
|
||||
|
||||
Reference in New Issue
Block a user