Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.4.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 3405610 commit 690b9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-mermaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload diagrams for manual inspection
# also uploads for `upload-percy.yml` action
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: output
path: ./${{env.INPUT_DATA}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: The job has failed
if: ${{ failure() }}
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: npm-logs
path: /home/runner/.npm/_logs
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
git push --no-verify
# For manual inspection of the generated artifacts
- uses: actions/upload-artifact@v4.4.0
- uses: actions/upload-artifact@v4.4.3
with:
name: output
path: ./test-positive

0 comments on commit 690b9f8

Please sign in to comment.