We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73dea73 + 0f560bb commit 1775771Copy full SHA for 1775771
.github/workflows/CI_build.yml
@@ -24,14 +24,14 @@ jobs:
24
25
- name: Archive artifacts for x64
26
if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release'
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: plugin_dll_x64
30
path: ${{ matrix.build_platform }}\${{ matrix.build_configuration }}\linter.dll
31
32
- name: Archive artifacts for Win32
33
if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Release'
34
35
36
name: plugin_dll_x86
37
path: ${{ matrix.build_configuration }}\linter.dll
0 commit comments