mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](330a01c490...b7c566a772)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Artem Gavrilov
parent
65b290075b
commit
d0e34e3918
2
.github/workflows/code-coverage-test.yml
vendored
2
.github/workflows/code-coverage-test.yml
vendored
@@ -130,7 +130,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
4
.github/workflows/postgresql-13-build.yml
vendored
4
.github/workflows/postgresql-13-build.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
make installcheck-world
|
make installcheck-world
|
||||||
|
|
||||||
- name: Report on installcheck-world test suites fail
|
- name: Report on installcheck-world test suites fail
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: Regressions output files of failed testsuite, and pg log
|
name: Regressions output files of failed testsuite, and pg log
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
2
.github/workflows/postgresql-13-pmm.yaml
vendored
2
.github/workflows/postgresql-13-pmm.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: docker exec pgsql_pgsm_13 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
|
run: docker exec pgsql_pgsm_13 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
|
||||||
|
|
||||||
- name: Upload Tests Artifacts
|
- name: Upload Tests Artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: tests-artifact
|
name: tests-artifact
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
4
.github/workflows/postgresql-14-build.yml
vendored
4
.github/workflows/postgresql-14-build.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
run: make installcheck-world
|
run: make installcheck-world
|
||||||
|
|
||||||
- name: Report on installcheck-world test suites fail
|
- name: Report on installcheck-world test suites fail
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: Regressions output files of failed testsuite, and pg log
|
name: Regressions output files of failed testsuite, and pg log
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
2
.github/workflows/postgresql-14-pmm.yaml
vendored
2
.github/workflows/postgresql-14-pmm.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: docker exec pgsql_pgsm_14 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
|
run: docker exec pgsql_pgsm_14 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
|
||||||
|
|
||||||
- name: Upload Tests Artifacts
|
- name: Upload Tests Artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: tests-artifact
|
name: tests-artifact
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
4
.github/workflows/postgresql-15-build.yml
vendored
4
.github/workflows/postgresql-15-build.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
run: make installcheck-world
|
run: make installcheck-world
|
||||||
|
|
||||||
- name: Report on installcheck-world test suites fail
|
- name: Report on installcheck-world test suites fail
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: Regressions output files of failed testsuite, and pg log
|
name: Regressions output files of failed testsuite, and pg log
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
2
.github/workflows/postgresql-15-pmm.yaml
vendored
2
.github/workflows/postgresql-15-pmm.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: docker exec pgsql_pgsm_15 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
|
run: docker exec pgsql_pgsm_15 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
|
||||||
|
|
||||||
- name: Upload Tests Artifacts
|
- name: Upload Tests Artifacts
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: tests-artifact
|
name: tests-artifact
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
4
.github/workflows/postgresql-16-build.yml
vendored
4
.github/workflows/postgresql-16-build.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
run: make installcheck-world
|
run: make installcheck-world
|
||||||
|
|
||||||
- name: Report on installcheck-world test suites fail
|
- name: Report on installcheck-world test suites fail
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: Regressions output files of failed testsuite, and pg log
|
name: Regressions output files of failed testsuite, and pg log
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
4
.github/workflows/postgresql-17-build.yml
vendored
4
.github/workflows/postgresql-17-build.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
run: make installcheck-world
|
run: make installcheck-world
|
||||||
|
|
||||||
- name: Report on installcheck-world test suites fail
|
- name: Report on installcheck-world test suites fail
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: Regressions output files of failed testsuite, and pg log
|
name: Regressions output files of failed testsuite, and pg log
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
4
.github/workflows/postgresql-18-build.yml
vendored
4
.github/workflows/postgresql-18-build.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
run: make installcheck-world
|
run: make installcheck-world
|
||||||
|
|
||||||
- name: Report on installcheck-world test suites fail
|
- name: Report on installcheck-world test suites fail
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: Regressions output files of failed testsuite, and pg log
|
name: Regressions output files of failed testsuite, and pg log
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload logs on fail
|
- name: Upload logs on fail
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: Regressions diff and postgresql log
|
name: Regressions diff and postgresql log
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
publish_results: true
|
publish_results: true
|
||||||
|
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
name: SARIF file
|
name: SARIF file
|
||||||
path: results.sarif
|
path: results.sarif
|
||||||
|
|||||||
Reference in New Issue
Block a user