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 5555
5656 # Transfer builds to artifacts job
5757 - name : Upload combined builds artifact
58- uses : actions/upload-artifact@v2
58+ uses : actions/upload-artifact@v3
5959 with :
6060 path : ${{ env.DIST_DIR }}
6161 name : ${{ env.BUILDS_ARTIFACT }}
9595 path : ${{ env.BUILDS_ARTIFACT }}
9696
9797 - name : Upload individual build artifact
98- uses : actions/upload-artifact@v2
98+ uses : actions/upload-artifact@v3
9999 with :
100100 path : ${{ env.BUILDS_ARTIFACT }}/${{ matrix.artifact.path }}
101101 name : ${{ matrix.artifact.name }}
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@v2
73+ uses : actions/upload-artifact@v3
7474 with :
7575 path : |
7676 *.yaml
You can’t perform that action at this time.
0 commit comments