1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 13:49:02 +08:00

Merge pull request #11 from zu1k/dependabot/github_actions/actions/upload-artifact-v2.1.4

Bump actions/upload-artifact from v2.1.3 to v2.1.4
This commit is contained in:
zu1k 2020-08-14 11:37:30 +08:00 committed by GitHub
commit 8601c0334e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
draft: true draft: true
prerelease: true prerelease: true
- uses: actions/upload-artifact@v2.1.3 - uses: actions/upload-artifact@v2.1.4
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
name: build name: build