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
|
- uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
name: ${{ github.job }}
|
name: ${{ github.job }}
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v5
|
||||||
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@v4
|
- uses: actions/upload-artifact@v5
|
||||||
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@v4
|
- uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: codecov debug results ${{ github.job }}
|
name: codecov debug results ${{ github.job }}
|
||||||
path: "/tmp/codecov.*.gz"
|
path: "/tmp/codecov.*.gz"
|
||||||
|
|||||||
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@@ -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@v4
|
uses: actions/upload-artifact@v5
|
||||||
if: failure() && steps.build.outcome == 'success'
|
if: failure() && steps.build.outcome == 'success'
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user