We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbec7bc commit 3e7d199Copy full SHA for 3e7d199
.github/workflows/check-go-dependencies-task.yml
@@ -102,7 +102,7 @@ jobs:
102
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
103
- name: Upload cache to workflow artifact
104
if: failure() && steps.diff.outcome == 'failure'
105
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
106
with:
107
if-no-files-found: error
108
include-hidden-files: true
.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
75
76
path: |
77
*.yaml
0 commit comments