Skip to content

Commit d2bd8f2

Browse files
authored
Merge pull request #72 from OpenVoxProject/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents d5fde83 + b04324e commit d2bd8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_vanagon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}']
226226
227227
- name: Upload build artifacts
228-
uses: actions/upload-artifact@v6
228+
uses: actions/upload-artifact@v7
229229
with:
230230
name: build-artifacts-${{ steps.build.outputs.describe }}-${{ matrix.platform }}
231231
path: ${{ inputs.working_directory }}/output/

0 commit comments

Comments
 (0)