cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 5e293dac5adae723e329f5fc0a42c4edf55e9dcc
parent ee91ff8c759d4203b7650c2d11997472f37f7203
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon,  1 Jan 2024 09:49:24 +0000

Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
M.github/workflows/build.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: Build run: make cnping cnping.exe - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: cnping-exe path: "*.exe" @@ -46,7 +46,7 @@ jobs: - name: Build deb run: debuild --no-sign - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: cnping-debian path: | @@ -64,7 +64,7 @@ jobs: # steps: # - name: RPM Build # run: /cnping/cnping-build -# - uses: actions/upload-artifact@v3 +# - uses: actions/upload-artifact@v4 # with: # name: cnping-fedora-rpm # path: /github/home/rpmbuild/**/*.rpm