Skip to content

Commit 909eb40

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 63e9dfd commit 909eb40

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
@@ -417,7 +417,7 @@ jobs:
417417
echo "STAGED_CHANNEL_FILES_PATH=$staged_channel_files_path" >> "$GITHUB_ENV"
418418
419419
- name: Upload staged-for-merge channel file artifact
420-
uses: actions/upload-artifact@v3
420+
uses: actions/upload-artifact@v4
421421
if: >
422422
needs.select-targets.outputs.merge-channel-files == 'true' &&
423423
matrix.config.mergeable-channel-file == 'true'
@@ -428,7 +428,7 @@ jobs:
428428

429429

430430
- name: Upload [GitHub Actions]
431-
uses: actions/upload-artifact@v3
431+
uses: actions/upload-artifact@v4
432432
with:
433433
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
434434
path: ${{ runner.os == 'Windows' && matrix.config.working-directory && format('{0}/{1}', matrix.config.working-directory, env.BUILD_ARTIFACTS_PATH) || env.BUILD_ARTIFACTS_PATH }}
@@ -496,7 +496,7 @@ jobs:
496496
--input "${{ env.CHANNEL_FILES_PATH }}"
497497
498498
- name: Upload merged channel files to job transfer artifact
499-
uses: actions/upload-artifact@v3
499+
uses: actions/upload-artifact@v4
500500
with:
501501
if-no-files-found: error
502502
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -522,7 +522,7 @@ jobs:
522522
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
523523

524524
- name: Upload tester build artifact
525-
uses: actions/upload-artifact@v3
525+
uses: actions/upload-artifact@v4
526526
with:
527527
name: ${{ matrix.artifact.name }}
528528
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
@@ -570,7 +570,7 @@ jobs:
570570
571571
- name: Upload Changelog [GitHub Actions]
572572
if: needs.build-type-determination.outputs.is-nightly == 'true'
573-
uses: actions/upload-artifact@v3
573+
uses: actions/upload-artifact@v4
574574
with:
575575
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
576576
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)