Skip to content

Commit 2134925

Browse files
authored
Merge pull request #3749 from arduino/dependabot/github_actions/production/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 18472f9 + 9dc65ed commit 2134925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-go-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
103103
- name: Upload cache to workflow artifact
104104
if: failure() && steps.diff.outcome == 'failure'
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
with:
107107
if-no-files-found: error
108108
include-hidden-files: true

0 commit comments

Comments
 (0)