build(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0 (#638)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...50769540e7
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
43da3c0030
Коммит
7adff1bcb9
|
@ -254,7 +254,7 @@ jobs:
|
||||||
// Write to file to upload as artifact
|
// Write to file to upload as artifact
|
||||||
await fs.writeFile(filename, JSON.stringify(data));
|
await fs.writeFile(filename, JSON.stringify(data));
|
||||||
- name: Persist data
|
- name: Persist data
|
||||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
with:
|
with:
|
||||||
name: resolved-pr-versions
|
name: resolved-pr-versions
|
||||||
|
|
Загрузка…
Ссылка в новой задаче