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.
2 parents b24e4f6 + 8a95897 commit 7a6115aCopy full SHA for 7a6115a
.github/workflows/publish-benchmarks-pr.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "Conclusion: ${{ github.event.workflow_run.conclusion }}"
28
echo "Event: ${{ github.event.workflow_run.event }}"
29
- name: Download artifact
30
- uses: dawidd6/action-download-artifact@v6
+ uses: dawidd6/action-download-artifact@v7
31
with:
32
name: benchmark-artifacts
33
run_id: ${{ github.event.workflow_run.id }}
.github/workflows/smoke-test.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Send status to Slack app
44
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
45
id: slack
46
- uses: slackapi/slack-github-action@v1
+ uses: slackapi/slack-github-action@v2
47
48
# For posting a rich message using Block Kit
49
payload: |
0 commit comments