Skip to content

Commit de6f077

Browse files
Bump actions/upload-artifact from 3 to 4 in /.github/workflows
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 2621fbb commit de6f077

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
@@ -130,7 +130,7 @@ jobs:
130130
if: >
131131
always() &&
132132
steps.check.outcome == 'failure'
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
with:
135135
path: ${{ env.WORKING_FOLDER }}/expected/.clang-format
136136
if-no-files-found: error
@@ -190,7 +190,7 @@ jobs:
190190
if: >
191191
always() &&
192192
steps.check.outcome == 'failure'
193-
uses: actions/upload-artifact@v3
193+
uses: actions/upload-artifact@v4
194194
with:
195195
path: ${{ env.WORKING_FOLDER }}/output
196196
if-no-files-found: error
@@ -245,7 +245,7 @@ jobs:
245245
OUTPUT_PATH="${{ env.CONVERSION_OUTPUT_PATH }}"
246246
247247
- name: Save conversion to a workflow artifact
248-
uses: actions/upload-artifact@v3
248+
uses: actions/upload-artifact@v4
249249
with:
250250
path: ${{ env.CONVERSION_OUTPUT_PATH }}
251251
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@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
path: |
8989
*.yaml

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

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

0 commit comments

Comments
 (0)