Update commit.yml

Update upload-artifact to v2
This commit is contained in:
Wayne Warthen
2021-07-13 14:08:01 -07:00
committed by GitHub
parent c30f107c68
commit 24d0a22d35

View File

@@ -34,7 +34,7 @@ jobs:
find -type f -exec md5sum '{}' \;
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}}
path: .
@@ -60,7 +60,7 @@ jobs:
find . -type f -exec md5 -r -- '{}' +;
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: RomWBW_MacOS
path: .