We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd9aac commit 4367f39Copy full SHA for 4367f39
.github/workflows/docs-legacy.yml
@@ -84,7 +84,7 @@ jobs:
84
bash -c "apt-get update && apt-get install -y rsync && cd /root/flink && ./.github/workflows/docs.sh"
85
86
- name: Upload documentation
87
- uses: burnett01/rsync-deployments@53581dff6de0d8511d74864451aacee4846bdf39 # 5.2
+ uses: burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
88
with:
89
switches: --archive --compress --delete --omit-dir-times
90
path: docs/target/
0 commit comments