File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7373 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
7474 - name : Upload cache to workflow artifact
7575 if : failure() && steps.diff.outcome == 'failure'
76- uses : actions/upload-artifact@v2
76+ uses : actions/upload-artifact@v3
7777 with :
7878 if-no-files-found : error
7979 name : dep-licenses-cache
Original file line number Diff line number Diff line change 3838 run : task dist:all
3939
4040 - name : Upload artifacts
41- uses : actions/upload-artifact@v2
41+ uses : actions/upload-artifact@v3
4242 with :
4343 if-no-files-found : error
4444 name : ${{ env.ARTIFACT_NAME }}
@@ -113,7 +113,7 @@ jobs:
113113 ${{ env.DIST_DIR }}/*-checksums.txt
114114
115115 - name : Upload artifacts
116- uses : actions/upload-artifact@v2
116+ uses : actions/upload-artifact@v3
117117 with :
118118 if-no-files-found : error
119119 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 7979
8080 # Transfer builds to artifacts job
8181 - name : Upload combined builds artifact
82- uses : actions/upload-artifact@v2
82+ uses : actions/upload-artifact@v3
8383 with :
8484 path : ${{ env.DIST_DIR }}
8585 name : ${{ env.BUILDS_ARTIFACT }}
@@ -119,7 +119,7 @@ jobs:
119119 path : ${{ env.BUILDS_ARTIFACT }}
120120
121121 - name : Upload individual build artifact
122- uses : actions/upload-artifact@v2
122+ uses : actions/upload-artifact@v3
123123 with :
124124 path : ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
125125 name : ${{ matrix.artifact.name }}
Original file line number Diff line number Diff line change 4343 run : task dist:all
4444
4545 - name : Upload artifacts
46- uses : actions/upload-artifact@v2
46+ uses : actions/upload-artifact@v3
4747 with :
4848 if-no-files-found : error
4949 name : ${{ env.ARTIFACT_NAME }}
@@ -118,7 +118,7 @@ jobs:
118118 ${{ env.DIST_DIR }}/*-checksums.txt
119119
120120 - name : Upload artifacts
121- uses : actions/upload-artifact@v2
121+ uses : actions/upload-artifact@v3
122122 with :
123123 if-no-files-found : error
124124 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 7171 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7272
7373 - name : Pass configuration files to next job via workflow artifact
74- uses : actions/upload-artifact@v2
74+ uses : actions/upload-artifact@v3
7575 with :
7676 path : |
7777 *.yaml
You can’t perform that action at this time.
0 commit comments