mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge pull request #1980 from znc/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- uses: codecov/codecov-action@v5
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: codecov debug results ${{ github.job }}
|
||||
path: "/tmp/codecov.*.gz"
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
cd znc-git-$date
|
||||
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
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: znc-tarball
|
||||
path: /tmp/znc-git*.tar.gz
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
- uses: codecov/codecov-action@v5
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: codecov debug results ${{ github.job }}
|
||||
path: "/tmp/codecov.*.gz"
|
||||
|
||||
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
dry-run: false
|
||||
language: c++
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
if: failure() && steps.build.outcome == 'success'
|
||||
with:
|
||||
name: artifacts
|
||||
|
||||
Reference in New Issue
Block a user