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 @@ -109,7 +109,7 @@ jobs:
109109 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
110110 - name : Upload cache to workflow artifact
111111 if : failure() && steps.diff.outcome == 'failure'
112- uses : actions/upload-artifact@v4
112+ uses : actions/upload-artifact@v5
113113 with :
114114 if-no-files-found : error
115115 include-hidden-files : true
Original file line number Diff line number Diff line change 8484 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8585
8686 - name : Pass configuration files to next job via workflow artifact
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 with :
8989 path : |
9090 *.yaml
You can’t perform that action at this time.
0 commit comments