We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8090b commit f163009Copy full SHA for f163009
.github/workflows/push_pr.yml
@@ -26,5 +26,5 @@ jobs:
26
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
27
with:
28
flink_version: 1.16.0
29
- flink_url: https://dist.apache.org/repos/dist/release/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
+ flink_url: https://archive.apache.org/dist/flink/flink-1.16.0/flink-1.16.0-bin-scala_2.12.tgz
30
cache_flink_binary: true
0 commit comments