File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
103
103
- name : Upload cache to workflow artifact
104
104
if : failure() && steps.diff.outcome == 'failure'
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4
106
106
with :
107
107
if-no-files-found : error
108
108
include-hidden-files : true
Original file line number Diff line number Diff line change 80
80
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
81
81
82
82
- name : Pass configuration files to next job via workflow artifact
83
- uses : actions/upload-artifact@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
path : |
86
86
*.yaml
@@ -118,7 +118,7 @@ jobs:
118
118
uses : actions/checkout@v4
119
119
120
120
- name : Download configuration files artifact
121
- uses : actions/download-artifact@v3
121
+ uses : actions/download-artifact@v4
122
122
with :
123
123
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
124
124
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments