Skip to content

Commit ebe0de9

Browse files
authored
Merge pull request #9 from actcoding/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6 in /.github/workflows
2 parents b1a2c92 + c9c0abb commit ebe0de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

6868
- name: Upload artifacts
6969
if: github.ref_type == 'tag'
70-
uses: actions/upload-artifact@v5
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
7373
path: |

0 commit comments

Comments
 (0)