Merge pull request #170 from arduino-libraries/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
This commit is contained in:
per1234 2022-04-11 03:46:00 -07:00 committed by GitHub
commit c1486947e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
- name: Save sketches report as workflow artifact - name: Save sketches report as workflow artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
if-no-files-found: error if-no-files-found: error
path: ${{ env.SKETCHES_REPORTS_PATH }} path: ${{ env.SKETCHES_REPORTS_PATH }}

View File

@ -70,7 +70,7 @@ jobs:
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }} 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 - name: Pass configuration files to next job via workflow artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
path: | path: |
*.yaml *.yaml