We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aafa07 + 05237ab commit 80b11c6Copy full SHA for 80b11c6
1 file changed
.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@v5.0.0
+ - uses: actions/upload-artifact@v6.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