Skip to content

Commit fc36fc4

Browse files
build(deps): 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 d106588 commit fc36fc4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
echo "STAGED_CHANNEL_FILES_PATH=$staged_channel_files_path" >> "$GITHUB_ENV"
412412
413413
- name: Upload staged-for-merge channel file artifact
414-
uses: actions/upload-artifact@v3
414+
uses: actions/upload-artifact@v4
415415
if: >
416416
needs.select-targets.outputs.merge-channel-files == 'true' &&
417417
matrix.config.mergeable-channel-file == 'true'
@@ -421,7 +421,7 @@ jobs:
421421
path: ${{ matrix.config.working-directory && format('{0}/{1}', matrix.config.working-directory, env.STAGED_CHANNEL_FILES_PATH) || env.STAGED_CHANNEL_FILES_PATH }}
422422

423423
- name: Upload [GitHub Actions]
424-
uses: actions/upload-artifact@v3
424+
uses: actions/upload-artifact@v4
425425
with:
426426
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
427427
path: ${{ matrix.config.working-directory && format('{0}/{1}', matrix.config.working-directory, env.BUILD_ARTIFACTS_PATH) || env.BUILD_ARTIFACTS_PATH }}
@@ -489,7 +489,7 @@ jobs:
489489
--input "${{ env.CHANNEL_FILES_PATH }}"
490490
491491
- name: Upload merged channel files to job transfer artifact
492-
uses: actions/upload-artifact@v3
492+
uses: actions/upload-artifact@v4
493493
with:
494494
if-no-files-found: error
495495
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -515,7 +515,7 @@ jobs:
515515
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
516516

517517
- name: Upload tester build artifact
518-
uses: actions/upload-artifact@v3
518+
uses: actions/upload-artifact@v4
519519
with:
520520
name: ${{ matrix.artifact.name }}
521521
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
@@ -563,7 +563,7 @@ jobs:
563563
564564
- name: Upload Changelog [GitHub Actions]
565565
if: needs.build-type-determination.outputs.is-nightly == 'true'
566-
uses: actions/upload-artifact@v3
566+
uses: actions/upload-artifact@v4
567567
with:
568568
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
569569
path: CHANGELOG.txt

.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)