We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaba74 commit 2763aa8Copy full SHA for 2763aa8
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
57
steps:
58
- name: Download artifacts
59
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
60
- name: Generate zip
61
run: zip -j XVDTool-${{ needs.prepare.outputs.AssemblySemVer }}.zip ${{ needs.build_and_test.outputs.artifact_name }}/*
62
- name: Create release (on tag)
0 commit comments