Skip to content

Commit a223a78

Browse files
committed
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 0050162 commit a223a78

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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
@@ -429,7 +429,7 @@ jobs:
429429
if: matrix.os == 'ubuntu-20.04'
430430

431431
- name: Upload artifacts
432-
uses: actions/upload-artifact@v3
432+
uses: actions/upload-artifact@v4
433433
with:
434434
name: ArduinoCreateAgent-${{ matrix.platform-name }}-${{ matrix.arch }}
435435
path: ArduinoCreateAgent*
@@ -570,7 +570,7 @@ jobs:
570570
run: tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx-${{ matrix.arch }}-installer.dmg
571571

572572
- name: Upload artifacts
573-
uses: actions/upload-artifact@v3
573+
uses: actions/upload-artifact@v4
574574
with:
575575
name: ArduinoCreateAgent-osx-${{ matrix.arch }}
576576
path: ArduinoCreateAgent*.tar

0 commit comments

Comments
 (0)