Skip to content

Commit

Permalink
Merge pull request #80 from CodeCrowCorp/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-3.1.2

Build(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2
  • Loading branch information
mergify[bot] authored Jan 9, 2023
2 parents 1f4ee10 + 6c1e12a commit db137f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node ./reportConverter.js
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
if: always()
with:
name: results.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node ./reportConverter.js
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.1.2
if: always()
with:
name: results.json
Expand Down

0 comments on commit db137f3

Please sign in to comment.