We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e413d commit 2ca71f0Copy full SHA for 2ca71f0
.github/workflows/check-npm-dependencies-task.yml
@@ -100,7 +100,7 @@ jobs:
100
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
101
- name: Upload cache to workflow artifact
102
if: failure() && steps.diff.outcome == 'failure'
103
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
104
with:
105
if-no-files-found: error
106
include-hidden-files: true
.github/workflows/sync-labels-npm.yml
@@ -81,7 +81,7 @@ jobs:
81
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
82
83
- name: Pass configuration files to next job via workflow artifact
84
85
86
path: |
87
*.yaml
0 commit comments