Skip to content

Commit e67d59d

Browse files
authored
Merge pull request #43 from ruby/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 5c1dbe8 + e8b2530 commit e67d59d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
RUNNING_OS: ${{matrix.os}}
4646
shell: bash
4747
- name: Upload package
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
path: pkg/*
5151
name: ${{steps.package.outputs.pkg}}

0 commit comments

Comments
 (0)