Skip to content

Commit f4a6c9d

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35cb0e6 commit f4a6c9d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: .github/workflows/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
106106
- name: Upload cache to workflow artifact
107107
if: failure() && steps.diff.outcome == 'failure'
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
if-no-files-found: error
111111
name: dep-licenses-cache

Diff for: .github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
if: runner.os == 'macOS'
129129

130130
- name: Upload artifacts
131-
uses: actions/upload-artifact@v3
131+
uses: actions/upload-artifact@v4
132132
with:
133133
name: arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
134134
path: |

Diff for: .github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
if: steps.prerelease.outputs.IS_PRE != 'true'
148148

149149
- name: Upload artifacts
150-
uses: actions/upload-artifact@v3
150+
uses: actions/upload-artifact@v4
151151
with:
152152
name: ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
153153
path: |
@@ -218,7 +218,7 @@ jobs:
218218
run: tar -cvf ArduinoCreateAgent.app_${{ matrix.arch }}.tar -C skel/ .
219219

220220
- name: Upload artifacts
221-
uses: actions/upload-artifact@v3
221+
uses: actions/upload-artifact@v4
222222
with:
223223
if-no-files-found: error
224224
name: ArduinoCreateAgent.app_${{ matrix.arch }}
@@ -356,7 +356,7 @@ jobs:
356356
if: ${{ needs.build.outputs.prerelease != 'true' }}
357357

358358
- name: Upload artifact
359-
uses: actions/upload-artifact@v3
359+
uses: actions/upload-artifact@v4
360360
with:
361361
name: ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
362362
path: ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
@@ -437,7 +437,7 @@ jobs:
437437
if: matrix.os == 'ubuntu-20.04'
438438

439439
- name: Upload artifacts
440-
uses: actions/upload-artifact@v3
440+
uses: actions/upload-artifact@v4
441441
with:
442442
name: ArduinoCreateAgent-${{ matrix.platform-name }}-${{ matrix.arch }}
443443
path: ArduinoCreateAgent*
@@ -535,7 +535,7 @@ jobs:
535535
run: tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.dmg
536536

537537
- name: Upload artifacts
538-
uses: actions/upload-artifact@v3
538+
uses: actions/upload-artifact@v4
539539
with:
540540
name: ArduinoCreateAgent-osx-${{ matrix.arch }}
541541
path: ArduinoCreateAgent*.tar

Diff for: .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@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
path: |
7777
*.yaml

0 commit comments

Comments
 (0)