diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 1ffc720dffe..e86090601d9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -134,7 +134,7 @@ jobs: $PNG_REPORT_FILE - name: Upload PNG - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: kibana-png-report path: ${{ env.WORKING_DIRECTORY }}/${{ env.PNG_REPORT_FILE }} @@ -150,7 +150,7 @@ jobs: echo "png_report_url=https://elastic-apm-server-benchmark-reports.s3.amazonaws.com/${DEST_NAME}" >> "$GITHUB_OUTPUT" - name: Upload benchmark result - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: benchmark-result diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6952bde8d0c..6702ff56074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: go run -modfile=tools/go.mod gotest.tools/gotestsum \ --no-color -f standard-quiet --jsonfile "$OUTPUT_JSON_FILE" --junitfile "$OUTPUT_JUNIT_FILE" \ --raw-command -- make system-test - - uses: actions/upload-artifact@v3 # upload test results + - uses: actions/upload-artifact@v4 # upload test results if: ${{ always() }} # run this step even if previous step failed with: name: test-results