We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fc4558 + 482fd96 commit 95fcb5dCopy full SHA for 95fcb5d
.github/workflows/ccpp.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Deploy
22
run: bash scripts/deploy_linux.sh
23
24
- - uses: actions/upload-artifact@v6.0.0
+ - uses: actions/upload-artifact@v7.0.0
25
with:
26
name: modbussim-linux
27
path: ModbusSim*.AppImage
@@ -47,7 +47,7 @@ jobs:
47
shell: cmd
48
run: scripts\full_build_and_deploy_windows.bat '${{ steps.cache.outputs.cache-hit }}' ${{ github.workspace }}\Qt
49
50
51
52
name: modbusscope-windows
53
path: |
0 commit comments