diff --git a/projects/github-actions/test-results-to-slack/README.md b/projects/github-actions/test-results-to-slack/README.md index 4f07eac4752f0..5df562e76a92a 100644 --- a/projects/github-actions/test-results-to-slack/README.md +++ b/projects/github-actions/test-results-to-slack/README.md @@ -52,7 +52,7 @@ jobs: steps: - name: Download test artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: test-artifacts diff --git a/projects/github-actions/test-results-to-slack/changelog/fix-test-results-to-slack-action-doc b/projects/github-actions/test-results-to-slack/changelog/fix-test-results-to-slack-action-doc new file mode 100644 index 0000000000000..308af22d29607 --- /dev/null +++ b/projects/github-actions/test-results-to-slack/changelog/fix-test-results-to-slack-action-doc @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Update version of `actions/download-artifact` in documentation.