Skip to content

Commit

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

Chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
mergify[bot] authored Dec 18, 2023
2 parents dd49927 + eba797c commit 432a929
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.3
uses: actions/upload-artifact@v4.0.0
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.3
uses: actions/upload-artifact@v4.0.0
if: always()
with:
name: results.json
Expand Down

0 comments on commit 432a929

Please sign in to comment.