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.
2 parents 7ded674 + bc01e05 commit 56e5254Copy full SHA for 56e5254
.github/workflows/CI_build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Archive artifacts for ${{ matrix.build_platform }}
34
if: matrix.build_configuration == 'Release'
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: HexEditor_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip
38
path: HexEditor_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip
0 commit comments