Skip to content

Commit

Permalink
Chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.3...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent dd49927 commit eba797c
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 eba797c

Please sign in to comment.