We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbc554 commit 08636f3Copy full SHA for 08636f3
.github/workflows/package_build.yaml
@@ -41,7 +41,7 @@ jobs:
41
mv dist/ecodevserver${{ matrix.os == 'windows-latest' && '.exe' || '' }} dist/ecodevserver-${{ matrix.suffix }}
42
43
- name: Upload artifacts
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: binaries-${{ matrix.os }}
47
path: |
0 commit comments