Skip to content

Commit

Permalink
Merge pull request #136 from smartcontractkit/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-2.2.4

Bump actions/upload-artifact from 1 to 2.2.4
  • Loading branch information
jleeh authored Nov 11, 2021
2 parents 1374014 + 1bfd21f commit 7919429
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
check_name: Unit Test Results
- name: Publish Artifacts
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.2.4
with:
name: test-logs
path: ./logs
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
check_name: Smoke Test Results
- name: Publish Artifacts
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.2.4
with:
name: test-logs
path: ./logs
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
check_name: Performance Test Results
- name: Publish Artifacts
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.2.4
with:
name: test-logs
path: ./logs
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Artifacts
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.2.4
with:
name: test-logs
path: ./logs

0 comments on commit 7919429

Please sign in to comment.