File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
run : echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
115
115
116
116
- name : Upload diff file to workflow artifact
117
- uses : actions/upload-artifact@v3
117
+ uses : actions/upload-artifact@v4
118
118
with :
119
119
path : ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
120
120
name : ${{ steps.configuration.outputs.artifact }}
@@ -380,7 +380,7 @@ jobs:
380
380
# So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
381
381
- name : Upload failure flag artifact
382
382
if : env.PASS == 'false'
383
- uses : actions/upload-artifact@v3
383
+ uses : actions/upload-artifact@v4
384
384
with :
385
385
if-no-files-found : error
386
386
include-hidden-files : true
Original file line number Diff line number Diff line change 70
70
file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
71
71
72
72
- name : Pass configuration files to next job via workflow artifact
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
path : |
76
76
*.yaml
You can’t perform that action at this time.
0 commit comments