mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
build(deps): bump actions/upload-artifact from 5 to 6 (#20369)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
745f8f9bd8
commit
eae0c1591e
@@ -109,7 +109,7 @@ jobs:
|
||||
|
||||
- name: Publish JUnit results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: junit-data
|
||||
path: junit-data/*
|
||||
|
||||
@@ -182,7 +182,7 @@ jobs:
|
||||
sh build_linux_deb-2-installer.sh ${{ matrix.os.arch }}
|
||||
|
||||
- name: Upload Linux artifacts
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: chia-installers-linux-deb-${{ matrix.os.arch-artifact-name }}
|
||||
path: build_scripts/final_installer/
|
||||
|
||||
@@ -172,7 +172,7 @@ jobs:
|
||||
bash build_linux_rpm-2-installer.sh amd64
|
||||
|
||||
- name: Upload fpm-generated rpm spec files
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
if-no-files-found: error
|
||||
name: spec
|
||||
@@ -181,7 +181,7 @@ jobs:
|
||||
build_scripts/dist/gui.spec
|
||||
|
||||
- name: Upload Linux artifacts
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: chia-installers-linux-rpm-${{ matrix.os.arch-artifact-name }}
|
||||
path: build_scripts/final_installer/
|
||||
|
||||
@@ -217,7 +217,7 @@ jobs:
|
||||
sh build_macos-2-installer.sh
|
||||
|
||||
- name: Upload MacOS artifacts
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: chia-installers-macos-dmg-${{ matrix.os.arch-artifact-name }}
|
||||
path: build_scripts/final_installer/
|
||||
|
||||
@@ -234,7 +234,7 @@ jobs:
|
||||
.\build_windows-2-installer.ps1
|
||||
|
||||
- name: Upload Installer to artifacts
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: chia-installers-windows-exe-intel
|
||||
path: chia-blockchain-gui\release-builds\windows-installer\
|
||||
|
||||
@@ -271,7 +271,7 @@ jobs:
|
||||
|
||||
- name: Publish JUnit results
|
||||
if: inputs.collect-junit
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: junit-data-${{ env.JOB_FILE_NAME }}
|
||||
path: junit-data/*
|
||||
@@ -286,7 +286,7 @@ jobs:
|
||||
coverage report --rcfile=.coveragerc --show-missing
|
||||
|
||||
- name: Publish coverage data
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: coverage-data-${{ env.JOB_FILE_NAME }}
|
||||
path: coverage-data/*
|
||||
|
||||
@@ -256,7 +256,7 @@ jobs:
|
||||
|
||||
# - name: Publish formatted JUnit data
|
||||
# if: false
|
||||
# uses: actions/upload-artifact@v5
|
||||
# uses: actions/upload-artifact@v6
|
||||
# with:
|
||||
# name: junit-data
|
||||
# path: junit-data/*
|
||||
@@ -289,7 +289,7 @@ jobs:
|
||||
|
||||
- name: Publish JUnit results
|
||||
if: always() && steps.alls-green.outputs.success == 'true' && false
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: junit-results
|
||||
path: junit-results/*
|
||||
@@ -414,7 +414,7 @@ jobs:
|
||||
|
||||
- name: Publish coverage reports
|
||||
if: always() && steps.alls-green.outputs.success == 'true'
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: coverage-reports
|
||||
path: coverage-reports/*
|
||||
|
||||
@@ -213,7 +213,7 @@ jobs:
|
||||
python -m build --outdir dist .
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: dist
|
||||
path: ./dist
|
||||
|
||||
Reference in New Issue
Block a user