Skip to content

Commit 95fcb5d

Browse files
authored
Merge pull request #5 from ModbusScope/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 5fc4558 + 482fd96 commit 95fcb5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Deploy
2222
run: bash scripts/deploy_linux.sh
2323

24-
- uses: actions/upload-artifact@v6.0.0
24+
- uses: actions/upload-artifact@v7.0.0
2525
with:
2626
name: modbussim-linux
2727
path: ModbusSim*.AppImage
@@ -47,7 +47,7 @@ jobs:
4747
shell: cmd
4848
run: scripts\full_build_and_deploy_windows.bat '${{ steps.cache.outputs.cache-hit }}' ${{ github.workspace }}\Qt
4949

50-
- uses: actions/upload-artifact@v6.0.0
50+
- uses: actions/upload-artifact@v7.0.0
5151
with:
5252
name: modbusscope-windows
5353
path: |

0 commit comments

Comments
 (0)