We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9064feb commit 2057c0eCopy full SHA for 2057c0e
workflow-templates/check-go-dependencies-task.yml
@@ -111,7 +111,7 @@ jobs:
111
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
112
- name: Upload cache to workflow artifact
113
if: failure() && steps.diff.outcome == 'failure'
114
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
115
with:
116
if-no-files-found: error
117
name: dep-licenses-cache
0 commit comments