File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8484 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8585
8686 - name : Pass configuration files to next job via workflow artifact
87- uses : actions/upload-artifact@v3
87+ uses : actions/upload-artifact@v4
8888 with :
8989 path : |
9090 *.yaml
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 echo "report-artifact-name=${{ github.job }}" >> "$GITHUB_OUTPUT"
146146
147147 - name : Save sketches report as workflow artifact
148- uses : actions/upload-artifact@v3
148+ uses : actions/upload-artifact@v4
149149 with :
150150 path : sketches-reports
151151 name : ${{ steps.report-artifact-name.outputs.report-artifact-name }}
You can’t perform that action at this time.
0 commit comments