Use new artifact actions (#697)
Some checks failed
Build / Test install on Ubuntu (push) Blocked by required conditions
Build / clean (push) Blocked by required conditions
Build / build (push) Failing after 11m38s

This commit is contained in:
Shawn Iverson 2024-11-06 06:18:24 -05:00 committed by GitHub
parent b27432270f
commit 2532a42c69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
run: ./Build.all
- name: Upload builds
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
# Artifact name
name: builds
@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download a Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
# Artifact name
name: builds