diff --git a/.github/workflows/external.yml b/.github/workflows/external.yml index 73c40b076f4..24349b2a8e0 100644 --- a/.github/workflows/external.yml +++ b/.github/workflows/external.yml @@ -27,7 +27,7 @@ jobs: --tags -slow - name: Archive redis log if: ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-external-redis-log path: external-redis.log @@ -55,7 +55,7 @@ jobs: --tags -slow - name: Archive redis log if: ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-external-cluster-log path: external-redis-cluster.log @@ -79,7 +79,7 @@ jobs: --tags "-slow -needs:debug" - name: Archive redis log if: ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-external-redis-nodebug-log path: external-redis-nodebug.log