File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
- name : Download sketches reports artifact
97
97
id : download-artifact
98
98
continue-on-error : true # If compilation failed for all boards then there are no artifacts
99
- uses : actions/download-artifact@v3
99
+ uses : actions/download-artifact@v4
100
100
with :
101
101
name : ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
102
102
path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
uses : actions/checkout@v4
115
115
116
116
- name : Download configuration files artifact
117
- uses : actions/download-artifact@v3
117
+ uses : actions/download-artifact@v4
118
118
with :
119
119
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
120
120
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments