Skip to content

Commit 3489334

Browse files
authored
Merge pull request #29 from OpenVoxProject/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents cb097e4 + 6d6d5ce commit 3489334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: bundle exec rake vox:build
2525

2626
- name: openvox8-release
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: openvox8-release
3030
path: openvox8-release/output/
@@ -33,7 +33,7 @@ jobs:
3333
if-no-files-found: error
3434

3535
- name: openvox7-release
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: openvox7-release
3939
path: openvox7-release/output/

0 commit comments

Comments
 (0)