Merge pull request #2370 from versity/dependabot/github_actions/actions/upload-artifact-7

chore(deps): bump actions/upload-artifact from 6 to 7
This commit is contained in:
Ben McClelland
2026-09-08 14:29:29 -07:00
committed by GitHub
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
tar -czf download/go-mod-cache.tar.gz \
-C "$(go env GOPATH)" pkg/mod
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: download
path: download/