We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0c47d + 153b9f0 commit 5d8bfc2Copy full SHA for 5d8bfc2
.github/workflows/CI_build.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Archive artifacts for x64
45
if: matrix.build_platform == 'x64'
46
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
47
with:
48
name: nppRandomStringGenerator.${{ env.version }}.x64
49
path: nppRandomStringGenerator\bin\Release-x64\nppRandomStringGenerator.dll
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Archive artifacts for x86
61
if: matrix.build_platform == 'x86'
62
63
64
name: nppRandomStringGenerator.${{ env.version }}.x86
65
path: nppRandomStringGenerator\bin\Release\nppRandomStringGenerator.dll
0 commit comments