Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 in /.github/workflows
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 2d749b8 commit 7e6e7e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
if: >
always() &&
steps.check.outcome == 'failure'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.WORKING_FOLDER }}/expected/.clang-format
if-no-files-found: error
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
if: >
always() &&
steps.check.outcome == 'failure'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.WORKING_FOLDER }}/output
if-no-files-found: error
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
OUTPUT_PATH="${{ env.CONVERSION_OUTPUT_PATH }}"
- name: Save conversion to a workflow artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.CONVERSION_OUTPUT_PATH }}
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}

- name: Pass configuration files to next job via workflow artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: |
*.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
"${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}"
- name: Save configured script as workflow artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
path: ${{ env.SCRIPT_FOLDER }}/${{ env.SCRIPT_NAME }}
Expand Down

0 comments on commit 7e6e7e7

Please sign in to comment.