We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5fde83 + b04324e commit d2bd8f2Copy full SHA for d2bd8f2
1 file changed
.github/workflows/build_vanagon.yml
@@ -225,7 +225,7 @@ jobs:
225
bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}']
226
227
- name: Upload build artifacts
228
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
229
with:
230
name: build-artifacts-${{ steps.build.outputs.describe }}-${{ matrix.platform }}
231
path: ${{ inputs.working_directory }}/output/
0 commit comments