Skip to content

chore(deps): update actions/download-artifact action to v5#7

Merged
mergery[bot] merged 1 commit intomainfrom
renovate/major-github-artifact-actions
Aug 6, 2025
Merged

chore(deps): update actions/download-artifact action to v5#7
mergery[bot] merged 1 commit intomainfrom
renovate/major-github-artifact-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 6, 2025

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v4 -> v5

Release Notes

actions/download-artifact (actions/download-artifact)

v5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the automerge label Aug 6, 2025
@liblaf
Copy link
Copy Markdown
Contributor

liblaf Bot commented Aug 6, 2025

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 1 no 1.57s
⚠️ JSON jsonlint 10 1 0 0.17s
✅ JSON prettier 10 0 0 0 0.35s
✅ JSON v8r 10 0 0 4.33s
✅ MARKDOWN prettier 2 0 0 0 0.44s
⚠️ PYTHON pyright 1 1 0 1.64s
⚠️ PYTHON ruff 1 0 1 0 0.03s
⚠️ SPELL cspell 24 3 0 3.66s
✅ YAML prettier 3 0 0 0 0.36s
✅ YAML v8r 3 0 0 4.01s
✅ YAML yamllint 3 0 0 0.38s

Detailed Issues

⚠️ SPELL / cspell - 3 errors
.mega-linter.yml:15:12     - Unknown word (ISORT)      -- - PYTHON_ISORT
	 Suggestions: [ISQRT, iSqrt, Isqrt, ISqrt, SORT]
.mega-linter.yml:30:6      - Unknown word (SHFMT)      -- BASH_SHFMT_ARGUMENTS: --simplify
	 Suggestions: [SHAM, SHAT, SHIM, SHIT, SHMO]
.mega-linter.yml:34:8      - Unknown word (PYRIGHT)    -- PYTHON_PYRIGHT_DISABLE_ERRORS: true
	 Suggestions: [MYRIGHT, Myright, myRight, MyRight, PLIGHT]
CSpell: Files checked: 20, Issues found: 3 in 1 file.


You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)

{
    "version": "0.2",
    "language": "en",
    "ignorePaths": [
        "**/node_modules/**",
        "**/vscode-extension/**",
        "**/.git/**",
        "**/.pnpm-lock.json",
        ".vscode",
        "package-lock.json",
        "megalinter-reports"
    ],
    "words": [
        "ISORT",
        "PYRIGHT",
        "SHFMT"
    ]
}


You can also copy-paste megalinter-reports/.cspell.json at the root of your repository
⚠️ COPYPASTE / jscpd - 1 error
Clone found (bash):
 - template/.config/copier/mise/tasks/install.sh [2:1 - 18:8] (16 lines, 105 tokens)
   template/.config/copier/mise/tasks/upgrade.sh [3:1 - 19:8]

┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format     │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash       │ 8              │ 188         │ 1142         │ 1            │ 16 (8.51%)       │ 105 (9.19%)       │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python     │ 1              │ 4           │ 31           │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css        │ 4              │ 108         │ 682          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2              │ 63          │ 384          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ markdown   │ 1              │ 22          │ 138          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total:     │ 16             │ 385         │ 2377         │ 1            │ 16 (4.16%)       │ 105 (4.42%)       │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (4.16%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (4.16%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:612:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:110:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:22
    at async /node-deps/node_modules/jscpd/dist/jscpd.js:351:5
⚠️ JSON / jsonlint - 1 error
File: .vscode/settings.json
Parse error on line 3, column 5:
....customTags": [    // ref: <https://squ...
----------------------^
Unexpected token "/"
⚠️ PYTHON / pyright - 1 error
template/src/{{ package_dir }}/__init__.py
  template/src/{{ package_dir }}/__init__.py:2:8 - error: Import "lazy_loader" could not be resolved (reportMissingImports)
1 error, 0 warnings, 0 informations
⚠️ PYTHON / ruff - 1 error
template/src/{{ package_dir }}/__init__.py:1:1: N999 Invalid module name: '{{ package_dir }}'
Found 1 error.

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@mergery mergery Bot merged commit c62248b into main Aug 6, 2025
5 checks passed
@mergery mergery Bot deleted the renovate/major-github-artifact-actions branch August 6, 2025 02:00
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.

1 participant