Skip to content

Commit e707855

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 73b6dc4 commit e707855

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
@@ -382,7 +382,7 @@ jobs:
382382
echo "STAGED_CHANNEL_FILES_PATH=$staged_channel_files_path" >> "$GITHUB_ENV"
383383
384384
- name: Upload staged-for-merge channel file artifact
385-
uses: actions/upload-artifact@v3
385+
uses: actions/upload-artifact@v4
386386
if: >
387387
needs.select-targets.outputs.merge-channel-files == 'true' &&
388388
matrix.config.mergeable-channel-file == 'true'
@@ -392,7 +392,7 @@ jobs:
392392
path: ${{ env.STAGED_CHANNEL_FILES_PATH }}
393393

394394
- name: Upload [GitHub Actions]
395-
uses: actions/upload-artifact@v3
395+
uses: actions/upload-artifact@v4
396396
with:
397397
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
398398
path: ${{ env.BUILD_ARTIFACTS_PATH }}
@@ -454,7 +454,7 @@ jobs:
454454
--input "${{ env.CHANNEL_FILES_PATH }}"
455455
456456
- name: Upload merged channel files to job transfer artifact
457-
uses: actions/upload-artifact@v3
457+
uses: actions/upload-artifact@v4
458458
with:
459459
if-no-files-found: error
460460
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -480,7 +480,7 @@ jobs:
480480
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
481481

482482
- name: Upload tester build artifact
483-
uses: actions/upload-artifact@v3
483+
uses: actions/upload-artifact@v4
484484
with:
485485
name: ${{ matrix.artifact.name }}
486486
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
@@ -528,7 +528,7 @@ jobs:
528528
529529
- name: Upload Changelog [GitHub Actions]
530530
if: needs.build-type-determination.outputs.is-nightly == 'true'
531-
uses: actions/upload-artifact@v3
531+
uses: actions/upload-artifact@v4
532532
with:
533533
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
534534
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)