Skip to content

Commit 482fd96

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fc4558 commit 482fd96

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)