Skip to content

Commit

Permalink
Merge pull request #694 from CodeCrowCorp/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-3.1.3

Chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3
  • Loading branch information
mergify[bot] authored Sep 11, 2023
2 parents 0407082 + ae79159 commit 172a862
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 @@ -51,7 +51,7 @@ jobs:
node ./reportConverter.js
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
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 @@ -55,7 +55,7 @@ jobs:
node ./reportConverter.js
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
if: always()
with:
name: results.json
Expand Down

0 comments on commit 172a862

Please sign in to comment.