File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
run : 7z a "${{ github.workspace }}/${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip" "${{ github.workspace }}/${{ env.BUILD_OUTPUT_DIRECTORY }}/${{ runner.OS }}_amd64/*"
49
49
50
50
- name : Upload Workflow Artifact [GitHub Actions]
51
- uses : actions/upload-artifact@v2
51
+ uses : actions/upload-artifact@v3
52
52
with :
53
53
name : build-artifacts
54
54
# this makes the artifact a .zip of the .zip archive, which is currently necessary to preserve the executable file permissions
Original file line number Diff line number Diff line change 43
43
run : task dist:all
44
44
45
45
- name : Upload artifacts
46
- uses : actions/upload-artifact@v2
46
+ uses : actions/upload-artifact@v3
47
47
with :
48
48
if-no-files-found : error
49
49
name : ${{ env.ARTIFACT_NAME }}
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@v2
74
+ uses : actions/upload-artifact@v3
75
75
with :
76
76
path : |
77
77
*.yaml
You can’t perform that action at this time.
0 commit comments