File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
yarn --cwd ./electron/packager/ package
110
110
111
111
- name : Upload [GitHub Actions]
112
- uses : actions/upload-artifact@v2
112
+ uses : actions/upload-artifact@v3
113
113
with :
114
114
name : ${{ env.JOB_TRANSFER_ARTIFACT }}
115
115
path : electron/build/dist/build-artifacts/
@@ -146,7 +146,7 @@ jobs:
146
146
path : ${{ env.JOB_TRANSFER_ARTIFACT }}
147
147
148
148
- name : Upload tester build artifact
149
- uses : actions/upload-artifact@v2
149
+ uses : actions/upload-artifact@v3
150
150
with :
151
151
name : ${{ matrix.artifact.name }}
152
152
path : ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
@@ -188,7 +188,7 @@ jobs:
188
188
189
189
- name : Upload Changelog [GitHub Actions]
190
190
if : github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')
191
- uses : actions/upload-artifact@v2
191
+ uses : actions/upload-artifact@v3
192
192
with :
193
193
name : ${{ env.JOB_TRANSFER_ARTIFACT }}
194
194
path : CHANGELOG.txt
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