We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b024f7 commit fd53941Copy full SHA for fd53941
.github/workflows/sync-labels-npm.yml
@@ -84,7 +84,7 @@ jobs:
84
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
85
86
- name: Pass configuration files to next job via workflow artifact
87
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
88
with:
89
path: |
90
*.yaml
.github/workflows/test-integration.yml
@@ -145,7 +145,7 @@ jobs:
145
echo "report-artifact-name=${{ github.job }}" >> "$GITHUB_OUTPUT"
146
147
- name: Save sketches report as workflow artifact
148
149
150
path: sketches-reports
151
name: ${{ steps.report-artifact-name.outputs.report-artifact-name }}
0 commit comments