The GitHub Actions job "Nightly (beta)" on flink.git/release-1.20 has failed. Run started by GitHub user github-actions[bot] (triggered by github-actions[bot]).
Head commit for run: 9f6da3ba910105b81ec651ef99edc2399f97ddc6 / Martijn Visser <[email protected]> [FLINK-39865][ci] Replace abandoned travis-ci artifacts uploader with AWS CLI for nightly S3 upload The nightly "Upload artifacts to S3" step installed the travis-ci/artifacts uploader via `curl ... | bash`. That installer downloads its binary from a hardcoded travis-ci S3 bucket which now returns HTTP 403, so the XML error page was saved as the `artifacts` binary and executed, breaking every nightly run since 2026-06-02. The travis-ci/artifacts project is abandoned. Replace it with the maintained AWS CLI (`aws s3 cp --recursive`), installing AWS CLI v2 in the build container when absent. Credentials are now read from the environment (AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY) instead of being passed as command-line arguments, so they no longer appear in the `set -x` trace. The default (private) ACL and bucket-root upload layout are preserved. Generated-by: Claude Code (Opus 4.8) (cherry picked from commit 5c0e9a8b45fbb264cdbc48640aa4d890d97fb41f) Report URL: https://github.com/apache/flink/actions/runs/27080972070 With regards, GitHub Actions via GitBox
