Skip to content

Commit

Permalink
test-results-to-slack: Update version of actions/download-artifact in…
Browse files Browse the repository at this point in the history
… doc (#36949)

GitHub is deprecating v3. While we've already upgraded to v4 everywhere
in #34997, this doc reference was missed.
  • Loading branch information
anomiex authored Apr 17, 2024
1 parent 3aab8c6 commit 2ac5389
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/github-actions/test-results-to-slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Download test artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: test-artifacts

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Update version of `actions/download-artifact` in documentation.

0 comments on commit 2ac5389

Please sign in to comment.