diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8937b766..e14d8e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Publish binlog files if: always() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: BuildLogs_${{ matrix.os }} path: ./BuildLogs @@ -111,7 +111,7 @@ jobs: - name: Publish Test Results if: (success() || steps.test.conclusion == 'failure') && matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: TestResults_${{ matrix.os }} path: ./TestResults