We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d67b724 + 91fe0e0 commit bb5c1eeCopy full SHA for bb5c1ee
.github/workflows/sync-labels.yml
@@ -71,7 +71,7 @@ jobs:
71
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
73
- name: Pass configuration files to next job via workflow artifact
74
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
75
with:
76
path: |
77
*.yaml
.github/workflows/test-integration.yml
@@ -105,7 +105,7 @@ jobs:
105
echo "::set-output name=report-artifact-name::${{ github.job }}"
106
107
- name: Save sketches report as workflow artifact
108
109
110
path: sketches-reports
111
name: ${{ steps.report-artifact-name.outputs.report-artifact-name }}
0 commit comments