Skip to content

Commit 01831cb

Browse files
authored
Merge pull request #81 from NETWAYS/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2 parents 4dd31e0 + 202409e commit 01831cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Upload assets for snapshots
3939
if: success() && ! startsWith(github.ref, 'refs/tags/v')
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v3
4141
with:
4242
name: support-collector
4343
path: dist/*

0 commit comments

Comments
 (0)