Bump actions/upload-artifact from 5 to 6

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-01 12:01:34 +00:00
committed by GitHub
parent 418628a0d9
commit bd99d51122
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: codecov/codecov-action@v5 - uses: codecov/codecov-action@v5
with: with:
name: ${{ github.job }} name: ${{ github.job }}
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
with: with:
name: codecov debug results ${{ github.job }} name: codecov debug results ${{ github.job }}
path: "/tmp/codecov.*.gz" path: "/tmp/codecov.*.gz"
@@ -36,7 +36,7 @@ jobs:
cd znc-git-$date cd znc-git-$date
export CFGFLAGS="--with-gtest=$GITHUB_WORKSPACE/third_party/googletest/googletest --with-gmock=$GITHUB_WORKSPACE/third_party/googletest/googlemock --disable-swig" export CFGFLAGS="--with-gtest=$GITHUB_WORKSPACE/third_party/googletest/googletest --with-gmock=$GITHUB_WORKSPACE/third_party/googletest/googlemock --disable-swig"
source $GITHUB_WORKSPACE/.github/build.sh source $GITHUB_WORKSPACE/.github/build.sh
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
with: with:
name: znc-tarball name: znc-tarball
path: /tmp/znc-git*.tar.gz path: /tmp/znc-git*.tar.gz
@@ -61,7 +61,7 @@ jobs:
- uses: codecov/codecov-action@v5 - uses: codecov/codecov-action@v5
with: with:
name: ${{ github.job }} name: ${{ github.job }}
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
with: with:
name: codecov debug results ${{ github.job }} name: codecov debug results ${{ github.job }}
path: "/tmp/codecov.*.gz" path: "/tmp/codecov.*.gz"

View File

@@ -20,7 +20,7 @@ jobs:
dry-run: false dry-run: false
language: c++ language: c++
- name: Upload Crash - name: Upload Crash
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
if: failure() && steps.build.outcome == 'success' if: failure() && steps.build.outcome == 'success'
with: with:
name: artifacts name: artifacts