Bump actions/upload-artifact to v3

This commit is contained in:
Tom Rochette 2022-10-15 12:37:50 -04:00 committed by GitHub
parent 055b4720f0
commit fdab2d8b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
docker run --rm -v $(pwd)/build:/build retro-go:latest sh -c "cp /app/*.fw /build"
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: binaries
path: build/*.fw