Skip to content

Commit 3b1e799

Browse files
authored
Merge pull request #430 from pixelit-project/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 7b00c83 + 0d5059a commit 3b1e799

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Upload build artifacts 💾
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: pixelit-webui
3232
path: dist
@@ -84,7 +84,7 @@ jobs:
8484
python .github/merge.py
8585
8686
- name: Upload build artifacts 💾
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: pixelit-firmware
9090
path: .pio/build/*/firmware_*.bin

0 commit comments

Comments
 (0)