chore: Update actions/upload-artifact from v2 to v3 (#33580)

v2 is giving warnings:

```
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
This commit is contained in:
Tim McCormack
2023-10-24 17:18:34 -04:00
committed by GitHub
parent b0a004de33
commit d18bf2ce8f

View File

@@ -27,7 +27,7 @@ runs:
- name: save pytest warnings json file
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pytest-warnings-json
path: |