Skip to content

Commit b5282d6

Browse files
dependabot[bot]aloisklink
authored andcommitted
build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d54c34 commit b5282d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compile-mermaid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Upload diagrams for manual inspection
7171
# also uploads for `upload-percy.yml` action
72-
uses: actions/upload-artifact@v4.4.3
72+
uses: actions/upload-artifact@v4.6.0
7373
with:
7474
name: output
7575
path: ./${{env.INPUT_DATA}}

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: The job has failed
5555
if: ${{ failure() }}
56-
uses: actions/upload-artifact@v4.4.3
56+
uses: actions/upload-artifact@v4.6.0
5757
with:
5858
name: npm-logs
5959
path: /home/runner/.npm/_logs
@@ -103,7 +103,7 @@ jobs:
103103
git push --no-verify
104104
105105
# For manual inspection of the generated artifacts
106-
- uses: actions/upload-artifact@v4.4.3
106+
- uses: actions/upload-artifact@v4.6.0
107107
with:
108108
name: output
109109
path: ./test-positive

0 commit comments

Comments
 (0)