Skip to content

Commit 5682123

Browse files
authored
Merge pull request #315 from clouddrove/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents fbe948c + 479bd56 commit 5682123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
ls -la dist/
9595
9696
- name: 'Upload Artifact'
97-
uses: actions/upload-artifact@v5
97+
uses: actions/upload-artifact@v6
9898
with:
9999
name: artifacts-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
100100
path: dist

0 commit comments

Comments
 (0)