Skip to content

Commit 892fd10

Browse files
authored
fix: workflows (#23)
1 parent a9b195c commit 892fd10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/arduino.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- --build-property
3737
- upload.maximum_size=1966080
3838
39-
- uses: actions/upload-artifact@v2
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
name: sketches-reports
4242
path: sketches-reports
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
# This step is needed to get the size data produced by the compile jobs
5151
- name: Download sketches reports artifact
52-
uses: actions/download-artifact@v2
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: sketches-reports
5555
path: sketches-reports

.github/workflows/static.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- name: Setup Pages
4747
uses: actions/configure-pages@v3
4848
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@v1
49+
uses: actions/upload-pages-artifact@v4
5050
with:
5151
path: "hardware-installer/dist"
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v2
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)