Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Bump actions/upload-artifact from 2.1.0 to v2.1.1 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 30, 2020
1 parent 4d10f89 commit 7807f65
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@2.1.0
uses: actions/upload-artifact@v2.1.1
with:
name: 'logs'
path: 'artifacts/logs/'
- name: 🏺 Publish coverage data
if: always()
uses: actions/upload-artifact@2.1.0
uses: actions/upload-artifact@v2.1.1
with:
name: 'coverage'
path: 'coverage/'
- name: 🏺 Publish test data
if: always()
uses: actions/upload-artifact@2.1.0
uses: actions/upload-artifact@v2.1.1
with:
name: 'test data'
path: 'artifacts/test/'
- name: 🏺 Publish NuGet Packages
if: always()
uses: actions/upload-artifact@2.1.0
uses: actions/upload-artifact@v2.1.1
with:
name: 'nuget'
path: 'artifacts/nuget/'

0 comments on commit 7807f65

Please sign in to comment.