File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
112112 - name : Upload cache to workflow artifact
113113 if : failure() && steps.diff.outcome == 'failure'
114- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 if-no-files-found : error
117117 include-hidden-files : true
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131
132132 # Transfer builds to artifacts job
133133 - name : Upload build artifact
134- uses : actions/upload-artifact@v3
134+ uses : actions/upload-artifact@v4
135135 with :
136136 path : ${{ env.DIST_DIR }}/${{ matrix.os.path }}
137137 name : ${{ matrix.os.artifact-name }}
@@ -161,7 +161,7 @@ jobs:
161161 done
162162
163163 - name : Upload checksum artifact
164- uses : actions/upload-artifact@v3
164+ uses : actions/upload-artifact@v4
165165 with :
166166 path : ./*checksums.txt
167167 name : checksums
Original file line number Diff line number Diff line change 6161 run : task dist:${{ matrix.task }}
6262
6363 - name : Upload artifacts
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 if-no-files-found : error
6767 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 7373 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7474
7575 - name : Pass configuration files to next job via workflow artifact
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 path : |
7979 *.yaml
You can’t perform that action at this time.
0 commit comments