Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@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>
  • Loading branch information
dependabot[bot] authored and dreua committed Jan 1, 2024
1 parent ee91ff8 commit 5e293da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Build
run: make cnping cnping.exe

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cnping-exe
path: "*.exe"

- name: Build deb
run: debuild --no-sign

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cnping-debian
path: |
Expand All @@ -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

0 comments on commit 5e293da

Please sign in to comment.