diff --git a/.github/workflows/pmm2-testsuite.yml b/.github/workflows/pmm2-testsuite.yml index 90566c103139..217b8be666f6 100644 --- a/.github/workflows/pmm2-testsuite.yml +++ b/.github/workflows/pmm2-testsuite.yml @@ -263,7 +263,7 @@ jobs: - name: Generate and Attach the report if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "report-${{ matrix.db-type }}" path: ./pmm-ui-tests/cli/test-report diff --git a/.github/workflows/trivy_scan.yml b/.github/workflows/trivy_scan.yml index 927121e64051..13614f5f1580 100644 --- a/.github/workflows/trivy_scan.yml +++ b/.github/workflows/trivy_scan.yml @@ -59,7 +59,7 @@ jobs: - name: Archive trivy scan results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.REPORT }} path: ${{ env.REPORT }} diff --git a/requirements.txt b/requirements.txt index 14535f9d139c..6a4ca69949d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyaml==23.9.5 -GitPython==3.1.37 +GitPython==3.1.40 PyGithub==1.59.1 \ No newline at end of file diff --git a/sources/pmm/src/github.com/percona/pmm b/sources/pmm/src/github.com/percona/pmm index 6ed69a80d99a..6153c20e4bf4 160000 --- a/sources/pmm/src/github.com/percona/pmm +++ b/sources/pmm/src/github.com/percona/pmm @@ -1 +1 @@ -Subproject commit 6ed69a80d99afd17b3affdba027504749c6a0fa8 +Subproject commit 6153c20e4bf4d075ab4a06f871c39ae46337a2ed