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 55d7b7e commit f926d94Copy full SHA for f926d94
.github/workflows/integration.yaml
@@ -74,7 +74,7 @@ jobs:
74
# In the workflow dispatch case where the artifact was created in a previous run, we can download as normal
75
- name: Download restate snapshot from completed workflow
76
if: ${{ inputs.restateCommit != '' && github.event_name == 'workflow_dispatch' }}
77
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v11
78
with:
79
repo: restatedev/restate
80
workflow: ci.yml
0 commit comments