We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18472f9 + 9dc65ed commit 2134925Copy full SHA for 2134925
.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
0 commit comments