Closed dependabot[bot] closed 11 months ago
⚠️ All jobs that needs to download the development version of the npm package with Unable to download artifact(s): Artifact not found for name: bpmn-visualization-npm-package
https://github.com/actions/download-artifact/tree/v4.1.0#breaking-changes mentions
Downloading artifacts that were created from action/upload-artifact@v3 and below are not supported.
We must implement the bump of action/upload-artifact from v3 to v4 at the same time. The same kind of errors occurs in #583 for the very same reason.
@dependabot rebase
Looks like actions/download-artifact is up-to-date now, so this is no longer needed.
Bumps actions/download-artifact from 3 to 4.
Release notes
Sourced from actions/download-artifact's releases.
Commits
f44cd7b
Merge pull request #259 from actions/robherley/glob-downloads3181fe8
add some migration docsaaaac7b
licensed cache7c9182f
update readmeb94e701
licensed cache0b55470
add test case for globbed downloads to same directory0b51c2e
update prettier/eslint versionsc4c6db7
support globbing artifact list & merging download directory1bd0606
Merge pull request #252 from stchr/patch-1eff4d42
fix default for run-idYou can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show