Skip to content

Commit cce0877

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af53f81 commit cce0877

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
- name: Build
3737
run: make cnping cnping.exe
3838

39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@v5
4040
with:
4141
name: cnping-exe
4242
path: "*.exe"
4343

4444
- name: Build deb
4545
run: debuild --no-sign
4646

47-
- uses: actions/upload-artifact@v4
47+
- uses: actions/upload-artifact@v5
4848
with:
4949
name: cnping-debian
5050
path: |
@@ -62,7 +62,7 @@ jobs:
6262
# steps:
6363
# - name: RPM Build
6464
# run: /cnping/cnping-build
65-
# - uses: actions/upload-artifact@v4
65+
# - uses: actions/upload-artifact@v5
6666
# with:
6767
# name: cnping-fedora-rpm
6868
# path: /github/home/rpmbuild/**/*.rpm

0 commit comments

Comments
 (0)