Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.1...v4.3.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 and MindaugasLaganeckas committed May 6, 2024
1 parent 9879c8e commit 67344fd
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.3.1
uses: actions/upload-artifact@v4.3.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 @@ -56,7 +56,7 @@ jobs:

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

0 comments on commit 67344fd

Please sign in to comment.