Skip to content

Commit 892a81f

Browse files
authored
Merge pull request #5 from per1234/bump-actions
Update action dependencies of GitHub Actions workflows
2 parents 62de056 + c2722ae commit 892a81f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
9898
- name: Checkout ArduinoCore-API
99-
uses: actions/checkout@v2
99+
uses: actions/checkout@v3
100100
with:
101101
repository: arduino/ArduinoCore-API
102102
path: extras/ArduinoCore-API
@@ -111,7 +111,7 @@ jobs:
111111
if: steps.checkapi.outputs.IS_API == 'true'
112112

113113
- name: Checkout Basic examples
114-
uses: actions/checkout@v2
114+
uses: actions/checkout@v3
115115
with:
116116
repository: arduino/arduino-examples
117117
path: examples
@@ -164,7 +164,7 @@ jobs:
164164
github-token: ${{ secrets.GITHUB_TOKEN }}
165165

166166
- name: Save memory usage change report as artifact
167-
uses: actions/upload-artifact@v1
167+
uses: actions/upload-artifact@v3
168168
with:
169169
name: sketches-reports
170170
path: sketches-reports

.github/workflows/sync-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Download JSON schema for labels configuration file
3535
id: download-schema
36-
uses: carlosperate/download-file-action@v1
36+
uses: carlosperate/download-file-action@v2
3737
with:
3838
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/arduino-tooling-gh-label-configuration-schema.json
3939
location: ${{ runner.temp }}/label-configuration-schema
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Download
71-
uses: carlosperate/download-file-action@v1
71+
uses: carlosperate/download-file-action@v2
7272
with:
7373
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7474

@@ -120,7 +120,7 @@ jobs:
120120
path: ${{ env.CONFIGURATIONS_FOLDER }}
121121

122122
- name: Remove unneeded artifact
123-
uses: geekyeggo/delete-artifact@v1
123+
uses: geekyeggo/delete-artifact@v2
124124
with:
125125
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
126126

0 commit comments

Comments
 (0)