PR Checks: use v4 of upload-artifact and download-artifact

We can do this now that we have upgraded to `@actions/artifact@v2`; note that on GHES we are still using `@actions/artifact@v1`, but our PR checks are not running on GHES.
This commit is contained in:
Angela P Wen
2024-09-04 14:08:45 -07:00
parent d5ac485319
commit df0bf0415d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Check expected artifacts exist
shell: bash
run: |