We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fc9ad commit ed83004Copy full SHA for ed83004
.github/workflows/check-npm-dependencies-task.yml
@@ -109,7 +109,7 @@ jobs:
109
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
110
- name: Upload cache to workflow artifact
111
if: failure() && steps.diff.outcome == 'failure'
112
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
113
with:
114
if-no-files-found: error
115
include-hidden-files: true
.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
88
89
path: |
90
*.yaml
0 commit comments