File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
72
73
73
- name : Pass configuration files to next job via workflow artifact
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
path : |
77
77
*.yaml
@@ -109,13 +109,13 @@ jobs:
109
109
uses : actions/checkout@v4
110
110
111
111
- name : Download configuration files artifact
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
113
113
with :
114
114
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
115
115
path : ${{ env.CONFIGURATIONS_FOLDER }}
116
116
117
117
- name : Remove unneeded artifact
118
- uses : geekyeggo/delete-artifact@v2
118
+ uses : geekyeggo/delete-artifact@v5
119
119
with :
120
120
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
121
121
You can’t perform that action at this time.
0 commit comments