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] <support@github.com>
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy