Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 5b8b23f commit 12e9563
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/setup-python@v5

- name: Download WebUI artifacts 💾
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pixelit-webui
path: pixelit-webui-artifact
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Download artifacts 💾
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pixelit-firmware

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
path: docs

- name: Download artifacts 💾
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pixelit-firmware
path: artifacts
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
repository: "pixelit-project/WebUI"

- name: Download artifacts 💾
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pixelit-webui
path: webui
Expand Down

0 comments on commit 12e9563

Please sign in to comment.