Skip to content

Commit d7bcf90

Browse files
authored
Merge pull request #4 from actcoding/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5 in /.github/workflows
2 parents 0c59cf1 + 6869e19 commit d7bcf90

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@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: binary-${{ matrix.goos }}-${{ matrix.goarch }}
7373
path: |

0 commit comments

Comments
 (0)