Skip to content

Commit d63d4b0

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 7713668 commit d63d4b0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: .github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ jobs:
415415
echo "STAGED_CHANNEL_FILES_PATH=$staged_channel_files_path" >> "$GITHUB_ENV"
416416
417417
- name: Upload staged-for-merge channel file artifact
418-
uses: actions/upload-artifact@v3
418+
uses: actions/upload-artifact@v4
419419
if: >
420420
needs.select-targets.outputs.merge-channel-files == 'true' &&
421421
matrix.config.mergeable-channel-file == 'true'
@@ -426,7 +426,7 @@ jobs:
426426

427427

428428
- name: Upload [GitHub Actions]
429-
uses: actions/upload-artifact@v3
429+
uses: actions/upload-artifact@v4
430430
with:
431431
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
432432
path: ${{ runner.os == 'Windows' && matrix.config.working-directory && format('{0}/{1}', matrix.config.working-directory, env.BUILD_ARTIFACTS_PATH) || env.BUILD_ARTIFACTS_PATH }}
@@ -494,7 +494,7 @@ jobs:
494494
--input "${{ env.CHANNEL_FILES_PATH }}"
495495
496496
- name: Upload merged channel files to job transfer artifact
497-
uses: actions/upload-artifact@v3
497+
uses: actions/upload-artifact@v4
498498
with:
499499
if-no-files-found: error
500500
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -520,7 +520,7 @@ jobs:
520520
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
521521

522522
- name: Upload tester build artifact
523-
uses: actions/upload-artifact@v3
523+
uses: actions/upload-artifact@v4
524524
with:
525525
name: ${{ matrix.artifact.name }}
526526
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
@@ -568,7 +568,7 @@ jobs:
568568
569569
- name: Upload Changelog [GitHub Actions]
570570
if: needs.build-type-determination.outputs.is-nightly == 'true'
571-
uses: actions/upload-artifact@v3
571+
uses: actions/upload-artifact@v4
572572
with:
573573
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
574574
path: CHANGELOG.txt

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)