Update remaining actions (#4949)

Downgrade {upload,download}-artifact action to v3 because of unreliability with v4.
This commit is contained in:
John Freeman
2024-03-13 17:42:41 -05:00
committed by GitHub
parent 2ffead76c1
commit 2ecb851926
4 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ jobs:
env:
CLANG_VERSION: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check levelization
run: Builds/levelization/levelization.sh
- name: Check for differences
@@ -18,7 +18,7 @@ jobs:
git diff --exit-code | tee "levelization.patch"
- name: Upload patch
if: failure() && steps.assert.outcome == 'failure'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: levelization.patch