File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
110
110
- name : Upload cache to workflow artifact
111
111
if : failure() && steps.diff.outcome == 'failure'
112
- uses : actions/upload-artifact@v3
112
+ uses : actions/upload-artifact@v4
113
113
with :
114
114
if-no-files-found : error
115
115
include-hidden-files : true
Original file line number Diff line number Diff line change 84
84
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
85
85
86
86
- name : Pass configuration files to next job via workflow artifact
87
- uses : actions/upload-artifact@v3
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
path : |
90
90
*.yaml
You can’t perform that action at this time.
0 commit comments