Skip to content

Commit

Permalink
Merge pull request #1348 from CodeCrowCorp/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.3.6

Build(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6
  • Loading branch information
mergify[bot] authored Aug 12, 2024
2 parents 610fd00 + 2067e5e commit d23ecb2
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@v4.3.5
uses: actions/upload-artifact@v4.3.6
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@v4.3.5
uses: actions/upload-artifact@v4.3.6
if: always()
with:
name: results.json
Expand Down

0 comments on commit d23ecb2

Please sign in to comment.