Skip to content

Commit 041f18d

Browse files
Bump actions/upload-artifact from 2 to 3 (#703)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45f1c4b commit 041f18d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
# config.ini is required by the executable when it's run
143143
- name: Upload artifacts
144-
uses: actions/upload-artifact@v2
144+
uses: actions/upload-artifact@v3
145145
with:
146146
name: arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
147147
path: |

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
# config.ini is required by the executable when it's run
139139
- name: Upload artifacts
140-
uses: actions/upload-artifact@v2
140+
uses: actions/upload-artifact@v3
141141
with:
142142
name: arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
143143
path: |
@@ -200,7 +200,7 @@ jobs:
200200

201201
# This step will overwrite the non signed mac artifact (arduino-create-agent-${{ env.RUNS_ON }})
202202
- name: Upload artifact
203-
uses: actions/upload-artifact@v2
203+
uses: actions/upload-artifact@v3
204204
with:
205205
name: arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
206206
path: |
@@ -345,7 +345,7 @@ jobs:
345345
if: matrix.os == 'ubuntu-18.04'
346346

347347
- name: Upload artifacts
348-
uses: actions/upload-artifact@v2
348+
uses: actions/upload-artifact@v3
349349
with:
350350
name: ArduinoCreateAgent-${{ matrix.install-builder-name }}${{ matrix.arch }}
351351
path: ArduinoCreateAgent*
@@ -413,7 +413,7 @@ jobs:
413413
run: tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx${{ matrix.arch }}-installer-${{ matrix.browser }}.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx${{ matrix.arch }}-installer-${{ matrix.browser }}.dmg
414414

415415
- name: Upload artifacts
416-
uses: actions/upload-artifact@v2
416+
uses: actions/upload-artifact@v3
417417
with:
418418
name: ArduinoCreateAgent-osx${{ matrix.arch }}
419419
path: ArduinoCreateAgent*.tar

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7272

7373
- name: Pass configuration files to next job via workflow artifact
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v3
7575
with:
7676
path: |
7777
*.yaml

0 commit comments

Comments
 (0)