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 9696 - name : Download sketches reports artifact
9797 id : download-artifact
9898 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
100100 with :
101101 name : ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
102102 path : ${{ env.SKETCHES_REPORTS_PATH }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 uses : actions/checkout@v4
115115
116116 - name : Download configuration files artifact
117- uses : actions/download-artifact@v3
117+ uses : actions/download-artifact@v4
118118 with :
119119 name : ${{ env.CONFIGURATIONS_ARTIFACT }}
120120 path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments