Bump actions/upload-artifact from 2 to 4 (#450)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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>
pull/446/head^2
dependabot[bot] 2024-04-10 12:34:50 +02:00 committed by GitHub
parent e303899652
commit 0bf2846748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
24 changed files with 30 additions and 30 deletions

View File

@ -120,7 +120,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -96,7 +96,7 @@ jobs:
working-directory: src/pg_stat_monitor working-directory: src/pg_stat_monitor
- name: Report on pg_stat_monitor test fail - name: Report on pg_stat_monitor test fail
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
if: ${{ failure() }} if: ${{ failure() }}
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
@ -110,7 +110,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@v2 uses: actions/upload-artifact@v4
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

View File

@ -54,7 +54,7 @@ jobs:
working-directory: src/pg_stat_monitor working-directory: src/pg_stat_monitor
- name: Report on test fail - name: Report on test fail
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
if: ${{ failure() }} if: ${{ failure() }}
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log

View File

@ -33,7 +33,7 @@ jobs:
run: docker exec pgsql_pgsm_11 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log run: docker exec pgsql_pgsm_11 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
- name: Upload Tests Artifacts - name: Upload Tests Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
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

View File

@ -63,7 +63,7 @@ jobs:
working-directory: src/pg_stat_monitor working-directory: src/pg_stat_monitor
- name: Report on test fail - name: Report on test fail
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
if: ${{ failure() }} if: ${{ failure() }}
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log

View File

@ -107,7 +107,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |
@ -130,7 +130,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@v2 uses: actions/upload-artifact@v4
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

View File

@ -69,7 +69,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -33,7 +33,7 @@ jobs:
run: docker exec pgsql_pgsm_12 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log run: docker exec pgsql_pgsm_12 cat pmm-agent.log > ./pmm-ui-tests/tests/output/pmm-agent.log
- name: Upload Tests Artifacts - name: Upload Tests Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
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

View File

@ -78,7 +78,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -107,7 +107,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |
@ -130,7 +130,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@v2 uses: actions/upload-artifact@v4
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

View File

@ -69,7 +69,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -33,7 +33,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@v3 uses: actions/upload-artifact@v4
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

View File

@ -75,7 +75,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -108,7 +108,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |
@ -130,7 +130,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@v2 uses: actions/upload-artifact@v4
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

View File

@ -68,7 +68,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -33,7 +33,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@v3 uses: actions/upload-artifact@v4
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

View File

@ -75,7 +75,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -108,7 +108,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |
@ -130,7 +130,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@v2 uses: actions/upload-artifact@v4
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

View File

@ -68,7 +68,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -33,7 +33,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@v3 uses: actions/upload-artifact@v4
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

View File

@ -75,7 +75,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -108,7 +108,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |
@ -130,7 +130,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@v2 uses: actions/upload-artifact@v4
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

View File

@ -68,7 +68,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |

View File

@ -75,7 +75,7 @@ jobs:
- name: Upload logs on fail - name: Upload logs on fail
if: ${{ failure() }} if: ${{ failure() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Regressions diff and postgresql log name: Regressions diff and postgresql log
path: | path: |