Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/download-artifact from 4.1.3 to 4.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.3...v4.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ArloL committed Mar 4, 2024
1 parent 6849034 commit 2a885f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Download all workflow run artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
path: ./target
- name: Build project
Expand Down

0 comments on commit 2a885f8

Please sign in to comment.