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:
114114 run : echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
115115
116116 - name : Upload diff file to workflow artifact
117- uses : actions/upload-artifact@v3
117+ uses : actions/upload-artifact@v4
118118 with :
119119 path : ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
120120 name : ${{ steps.configuration.outputs.artifact }}
@@ -380,7 +380,7 @@ jobs:
380380 # So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
381381 - name : Upload failure flag artifact
382382 if : env.PASS == 'false'
383- uses : actions/upload-artifact@v3
383+ uses : actions/upload-artifact@v4
384384 with :
385385 if-no-files-found : error
386386 include-hidden-files : true
Original file line number Diff line number Diff line change 7070 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7171
7272 - name : Pass configuration files to next job via workflow artifact
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 path : |
7676 *.yaml
You can’t perform that action at this time.
0 commit comments