Skip to content

Commit 236dafc

Browse files
authored
Merge pull request #64 from bcmi-labs/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents cb2f5a9 + 60378f3 commit 236dafc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Download sketches reports artifact
115115
id: download-artifact
116116
continue-on-error: true # If compilation failed for all boards then there are no artifacts
117-
uses: actions/download-artifact@v2
117+
uses: actions/download-artifact@v3
118118
with:
119119
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
120120
path: ${{ env.SKETCHES_REPORTS_PATH }}

Diff for: .github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v3
109109

110110
- name: Download configuration files artifact
111-
uses: actions/download-artifact@v2
111+
uses: actions/download-artifact@v3
112112
with:
113113
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
114114
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)