Skip to content

Commit

Permalink
Update build-server-githubactions.include.md (#1221)
Browse files Browse the repository at this point in the history
actions/upload-artifact@v2 is deprecated (see https://github.com/actions/upload-artifact). Update to v4.
  • Loading branch information
MattKotsenas committed Jun 11, 2024
1 parent 74aac9d commit 7f64a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mdsource/build-server-githubactions.include.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Use a [if: failure()](https://docs.github.com/en/free-pro-team@latest/actions/re
```yaml
- name: Upload Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: verify-test-results
path: |
**/*.received.*
```
```

0 comments on commit 7f64a21

Please sign in to comment.