Skip to content

Commit

Permalink
Bump actions/upload-artifact from v2.1.1 to v2.1.2 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 4, 2020
1 parent 057839d commit 02540d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,25 @@ jobs:
fail_ci_if_error: 'true'
- name: 🏺 Publish logs
if: always()
uses: actions/upload-artifact@v2.1.1
uses: actions/upload-artifact@v2.1.2
with:
name: 'logs'
path: 'artifacts/logs/'
- name: 🏺 Publish coverage data
if: always()
uses: actions/upload-artifact@v2.1.1
uses: actions/upload-artifact@v2.1.2
with:
name: 'coverage'
path: 'coverage/'
- name: 🏺 Publish test data
if: always()
uses: actions/upload-artifact@v2.1.1
uses: actions/upload-artifact@v2.1.2
with:
name: 'test data'
path: 'artifacts/test/'
- name: 🏺 Publish NuGet Packages
if: always()
uses: actions/upload-artifact@v2.1.1
uses: actions/upload-artifact@v2.1.2
with:
name: 'nuget'
path: 'artifacts/nuget/'

0 comments on commit 02540d9

Please sign in to comment.