Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
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.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent e5f7d9b commit 7ba84de
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
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
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
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
with:
name: pixelit-webui
path: webui
Expand Down

0 comments on commit 7ba84de

Please sign in to comment.