Skip to content

Bump the dependencies group with 2 updates - #412

Merged
drammock merged 1 commit into
masterfrom
dependabot/github_actions/dependencies-985357984d
Sep 15, 2026
Merged

drammock merged 1 commit into
masterfrom
dependabot/github_actions/dependencies-985357984d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates: actions/download-artifact and actions/upload-artifact.

Updates 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

Updates actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

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

What's Changed

New Contributors

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

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 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. v5 had preliminary support for Node.js 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

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/download-artifact` from 4 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v8)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 15, 2026
@github-actions

Copy link
Copy Markdown

phonemes:
Phonemes: .
Features: ..1

══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Failure ('test-phonemes.R:140:5'): within inventories, phonemes have disti
PHONEMES WITH INDISTINCT FEATURE VECTORS:

A tibble: 50 × 2

Phonemes InventoryIDs

1 b̤̥ pʰ 17
2 d̤̥ tʰ 17
3 ɡ̤̥ kʰ 17
4 ə ɜ 130 224 560 576 1306 1374 1375 1412 1444 1956 1970 2213 2585
5 ɐ̆ ɐ̹̆ 428
6 kǀ͓ kǀ͓x 432
7 kǂ͓ˡ kǂ͓ˡx 432
8 ŋ̥ǃˠˀ ŋ̥ǃˀ 432
9 ɲc ɲcʲ 905
10 d̪ d̻ 998
11 n n̺ 1004
12 s s̺ 1004 1564 2278
13 b̰ p̰ 1020 1783
14 d̪z̪ d̻z̻ 1046
15 s̪ s̻ 1046
16 t̪s̪ t̻s̻ 1046
17 z̪ z̻ 1046
18 ə̃ ɜ̃ 1306
19 d̠ʒʰ t̠ʃʰ 1383
20 əː ɜː 1444
21 z z̺ 1564 2278
22 a ä 1730 2609
23 ë ë̞ 1730 1796
24 ö ö̞ 1730
25 c̤ ɟ̤ 1749 1786
26 i̯œ i̯œ̞ 2167
27 b̥ː pː 2260
28 d̥z̥ ts 2260
29 d̥z̥ʲ tsʲ 2260
30 d̥ʑ̥ tɕ 2260 2287
31 d̥ː tː 2260
32 ɡ̊ː kː 2260
33 ɯ ɯ̝ 2267
34 b̥ p 2272 2283 2287 2324 2351 2389 2408 2424 2432 2476 2509 2579 2590 26…
35 d̥ t 2272 2287
36 f v̥ 2272
37 ɡ̊ k 2272 2283 2287 2296 2324 2351 2389 2408 2424 2432 2476 2509 2590 26…
38 s z̥ 2272
39 ɣ̊ x 2272
40 ʃ ʒ̊ 2272
41 eu̯ e̞u̯ 2278
42 oi̯ o̞i̯ 2278
43 d̺̥ t̺ 2283 2324 2351 2389 2408 2424 2432 2476 2509 2590 2626
44 ɡ̊ʷ kʷ 2283 2324 2351 2389 2408 2424 2476 2509 2590 2626
45 e̞ ɛ̝ 2287
46 s̺̠ ʃ 2308
47 d̥ʒ̥ t̠ʃ 2324 2351 2389 2408 2424 2432 2626
48 d̺̥z̺̥ t̺s̺ 2324 2389 2408 2424 2432 2476 2590
49 d̪̥ t̪ 2579
50 aː äː 2599

══ DONE ════════════════════════════════════════════════════════════════════════
Keep trying!

@drammock
drammock merged commit adc867f into master Sep 15, 2026
1 check failed
@drammock
drammock deleted the dependabot/github_actions/dependencies-985357984d branch September 15, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant