Skip to content

deps(deps): bump actions/download-artifact from 4 to 8#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/download-artifact-8
Open

deps(deps): bump actions/download-artifact from 4 to 8#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/download-artifact-8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps actions/download-artifact from 4 to 8.

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 20, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title chore(ci)(deps): bump actions/download-artifact from 4 to 8 deps(deps): bump actions/download-artifact from 4 to 8 Apr 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/download-artifact-8 branch from 33600d0 to 01f7bba Compare April 20, 2026 15:15
@dependabot dependabot Bot requested a review from DrunkOnJava as a code owner April 20, 2026 15:15
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/download-artifact-8 branch 8 times, most recently from 7a0b1fd to de6c945 Compare April 20, 2026 23:47
DrunkOnJava added a commit that referenced this pull request Apr 21, 2026
…id targets input

Two failures observed on runs #1 and #2:

1. `setup-rust-toolchain@v1.9.0` rejected the `targets:` key
   (singular `target` is the correct input). Non-fatal warning,
   but meant wasm32-unknown-unknown wasn't pre-installed and
   wasm-pack had to rustup-add it at build time.

2. `wasm-pack build --target web --features wasm --no-default-features --out-dir viewer/pkg`
   failed with "error: unexpected argument '--out-dir' found".
   Root cause: wasm-pack forwards every arg after the first one
   it doesn't recognise to `cargo build`. Because `--features`
   came before `--out-dir`, the latter was sent to cargo — which
   doesn't support it.

Fix:

  wasm-pack build --target web -- --features wasm --no-default-features
  rm -rf viewer/pkg
  mv pkg viewer/pkg

The `--` separator is the canonical way to split wasm-pack args
from cargo pass-through args. Building into the default `pkg/`
then moving it sidesteps `--out-dir` entirely.

Also: hoisted the `apt-get install wabt` install ahead of the
import-table audit (was running lazily inside the verify step)
and dropped the lockfile-based npm cache that the action warned
about since `viewer/package-lock.json` isn't committed yet.
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/download-artifact-8 branch 5 times, most recently from e2784af to 7624f0a Compare April 21, 2026 12:43
DrunkOnJava added a commit that referenced this pull request Apr 21, 2026
…100% clean on Einhoven Partitions/5

Applied the D13 filter (buf[pos+2..pos+4] == 0x0000) across all 80
tagged classes on three partition streams. Results split cleanly:

Real records (>50% kept):
  - AnalyticalLevelAssociationCell: 60-91% kept, up to 797K records on 2024
  - A3PartyAImage: 77-97% kept
  - ADTGridImportVocabulary: 24-95% kept
  - APIVSTAMacroElem*: 80-99% kept
  - ArcWall (0x0191): **32/32 kept on Einhoven Partitions/5 = 100%**

Bimodal (10-40% kept, partly text artifact):
  - HostObjAttr: 11-34% kept across streams (as RE-14.1 found)
  - AbsDbViewPressureLossReport: 11-28%
  - AppearanceAsset: 23%

Pure text artifact (<5% kept):
  - AbsCurveGStep (0x0061): 0.9% kept — letter 'a' in UTF-16 strings.
    This was RE-11's #2 signal but is effectively all noise.

Coherence check: Einhoven Partitions/0 filtered=20548 records / 30
classes = ~15 subrecords/element against the ~1411 ElemTable count.
Reasonable composition ratio for "Wall = HostObjAttr + Cells + GeomStep".

Critical: ArcWall (0x0191) shows only on Partitions/5, zero on
Partitions/0 — evidence that partition stream numbers correlate with
element categories (H12 new, conf 0.6).

ArcWall is the cleanest unblocking target for the whole element-decode
pipeline:
  - 32 records, 100% real
  - Direct Wall subtype (no ancestor walk needed)
  - Small enough to inspect each manually
  - Unblocks RE-15, DEC-01..05, and finishes DEC-05 (IfcWall count > 0)

New hypotheses: H10 raised 0.9->0.95 (filter methodology validated
across 3 streams), H11 raised 0.5->0.8 (all top-signal tags bimodal),
H12 new (partition number correlates with element category), H13 new
(variable-length record bodies — ~18 KB average per ArcWall).

Decisions: D16 (filter becomes default for tag-signal scans), D17
(ArcWall Partitions/5 is next target), D18 (tasks RE-15, DEC-01..05
unblocked pending RE-14.3).

Next step: probe_arcwall_records.rs hex-dumps 32 records to extract
envelope + body layout.
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/download-artifact-8 branch 6 times, most recently from a28ff98 to 22ed82c Compare April 25, 2026 12:14
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/download-artifact-8 branch from 22ed82c to 01820c8 Compare April 25, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants