File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 name : dep-licenses-cache
Original file line number Diff line number Diff line change 6868 run : task dist:${{ matrix.os }}
6969
7070 - name : Upload artifacts
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 with :
7373 if-no-files-found : error
7474 name : ${{ env.ARTIFACT_NAME }}
@@ -174,7 +174,7 @@ jobs:
174174 echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
175175
176176 - name : Upload artifact
177- uses : actions/upload-artifact@v3
177+ uses : actions/upload-artifact@v4
178178 with :
179179 if-no-files-found : error
180180 name : ${{ env.ARTIFACT_NAME }}
Original file line number Diff line number Diff line change 8383 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8484
8585 - name : Pass configuration files to next job via workflow artifact
86- uses : actions/upload-artifact@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 path : |
8989 *.yaml
You can’t perform that action at this time.
0 commit comments