Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.7 to 4.1.8 (#522)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@65a9edc...fa0a91b)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 89e0fa8 commit ab2963e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
shell: "bash"
run: "rm -rf ./dist/"
- name: "Download dist artifact"
uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e"
uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16"
with:
name: "dist"
path: "./dist/"
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
shell: "bash"
run: "rm -rf ./dist/"
- name: "Download dist artifact"
uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e"
uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16"
with:
name: "dist"
path: "./dist/"
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
shell: "bash"
run: "rm -rf ./dist/"
- name: "Download dist artifact"
uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e"
uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16"
with:
name: "dist"
path: "./dist/"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
shell: "bash"
run: "rm -rf ./dist/"
- name: "Download dist artifact"
uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e"
uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16"
with:
name: "dist"
path: "./dist/"
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
shell: "bash"
run: "rm -rf ./dist/"
- name: "Download dist artifact"
uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e"
uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16"
with:
name: "dist"
path: "./dist/"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
shell: "bash"
run: "rm -rf ./dist/"
- name: "Download dist artifact"
uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e"
uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16"
with:
name: "dist"
path: "./dist/"
Expand Down

0 comments on commit ab2963e

Please sign in to comment.