1
0
mirror of https://github.com/zu1k/nali.git synced 2025-02-13 15:52:41 +08:00

Merge pull request #7 from zu1k/dependabot/github_actions/actions/upload-artifact-v2.1.2

Bump actions/upload-artifact from v2.1.1 to v2.1.2
This commit is contained in:
zu1k 2020-08-03 17:22:01 +08:00 committed by GitHub
commit ff1ce80ed7

View File

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