2 Commits

Author SHA1 Message Date
dependabot[bot]
8f64e62249 Merge fd5513fb79 into 82f60fdc33 2024-11-23 09:13:16 +01:00
dependabot[bot]
fd5513fb79 Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 22:53:45 +00:00

View File

@@ -174,7 +174,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y cmake build-essential pax gcc g++ nasm bison bzip2 flex mtools texinfo libgmp-dev libmpfr-dev libmpc-dev xorriso
- name: Download toolchain
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: toolchain-ficus
path: ${{github.workspace}}