We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1215343 + 4086cb1 commit bd2b00eCopy full SHA for bd2b00e
.github/workflows/build.yml
@@ -239,7 +239,7 @@ jobs:
239
240
# Download all firmware artifacts
241
- name: Download all firmware artifacts
242
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
243
with:
244
path: firmware-artifacts
245
pattern: firmware*
.github/workflows/publish.yml
@@ -125,7 +125,7 @@ jobs:
125
fi
126
127
- name: Upload artifact
128
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
129
130
name: github-pages
131
path: output
0 commit comments