diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index 1fd8be6e7e..4a9b703142 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -89,7 +89,7 @@ jobs: - name: Archive test results if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: test-results path: | @@ -100,7 +100,7 @@ jobs: - name: Archive server logs if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: server-logs path: | diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 4f9a8ddeda..c57c1ca439 100644 --- a/.github/workflows/build-mysql.yml +++ b/.github/workflows/build-mysql.yml @@ -89,7 +89,7 @@ jobs: - name: Archive test results if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: test-results path: | @@ -100,7 +100,7 @@ jobs: - name: Archive server logs if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: server-logs path: | diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index 1010d13b5b..f33badff79 100644 --- a/.github/workflows/build-postgresql.yml +++ b/.github/workflows/build-postgresql.yml @@ -90,7 +90,7 @@ jobs: - name: Archive test results if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: test-results path: | @@ -101,7 +101,7 @@ jobs: - name: Archive server logs if: always() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: server-logs path: |