Skip to content

Commit 2057c0e

Browse files
committed
Upgrade actions/upload-artifact to v4
The workflow do not upload multiple artifacts under the same 'name', so it can be easily upgraded to v4 without the need to handle breaking changes.
1 parent 9064feb commit 2057c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
112112
- name: Upload cache to workflow artifact
113113
if: failure() && steps.diff.outcome == 'failure'
114-
uses: actions/upload-artifact@v3
114+
uses: actions/upload-artifact@v4
115115
with:
116116
if-no-files-found: error
117117
name: dep-licenses-cache

0 commit comments

Comments
 (0)