Skip to content

Commit bd2b00e

Browse files
Merge pull request #15 from ApolloAutomation/dependabot/github_actions/github-actions-c2e7f7cad0
chore(ci): bump the github-actions group with 2 updates
2 parents 1215343 + 4086cb1 commit bd2b00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239

240240
# Download all firmware artifacts
241241
- name: Download all firmware artifacts
242-
uses: actions/download-artifact@v6
242+
uses: actions/download-artifact@v7
243243
with:
244244
path: firmware-artifacts
245245
pattern: firmware*

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
fi
126126
127127
- name: Upload artifact
128-
uses: actions/upload-artifact@v5
128+
uses: actions/upload-artifact@v6
129129
with:
130130
name: github-pages
131131
path: output

0 commit comments

Comments
 (0)