Update actions/upload-artifact action to v3

This commit is contained in:
Renovate Bot 2022-03-03 18:16:27 +00:00
parent 3e7ca4e35e
commit b47602d0fe
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
if: ${{ matrix.compress }}
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}
path: ${{ matrix.artifact_name }}