Skip to content

Commit 5ea8563

Browse files
dependabot[bot]per1234
authored andcommitted
Bump actions/upload-artifact from 4 to 5 in /.github/workflows
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bc3fcb commit 5ea8563

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-clang-format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
if: >
127127
always() &&
128128
steps.check.outcome == 'failure'
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v5
130130
with:
131131
path: ${{ env.WORKING_FOLDER }}/expected/.clang-format
132132
if-no-files-found: error
@@ -194,7 +194,7 @@ jobs:
194194
if: >
195195
always() &&
196196
steps.check.outcome == 'failure'
197-
uses: actions/upload-artifact@v4
197+
uses: actions/upload-artifact@v5
198198
with:
199199
path: ${{ env.WORKING_FOLDER }}/output
200200
if-no-files-found: error
@@ -252,7 +252,7 @@ jobs:
252252
OUTPUT_PATH="${{ env.CONVERSION_OUTPUT_PATH }}"
253253
254254
- name: Save conversion to a workflow artifact
255-
uses: actions/upload-artifact@v4
255+
uses: actions/upload-artifact@v5
256256
with:
257257
path: ${{ env.CONVERSION_OUTPUT_PATH }}
258258
if-no-files-found: error

.github/workflows/sync-labels-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8484

8585
- name: Pass configuration files to next job via workflow artifact
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
path: ${{ matrix.filename }}
8989
if-no-files-found: error

.github/workflows/test-install-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
"${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}"
5555
5656
- name: Save configured script as workflow artifact
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
if-no-files-found: error
6060
path: ${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}

0 commit comments

Comments
 (0)