Skip to content

Commit

Permalink
Bump actions/upload-artifact in /.github/actions/build-and-test (#111)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.1.0...v4.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent f60953b commit c4273e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:

- name: TestResults
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.3.1
with:
name: TestResults-${{ inputs.suffix }}
path: NosePlug.Tests/TestResults
Expand All @@ -60,7 +60,7 @@ runs:
tag: '${{ github.run_number }}_${{ github.run_id }}'

- name: Upload coverage report artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.3.1
with:
name: CoverageReport-${{ inputs.suffix }}
path: coveragereport

0 comments on commit c4273e2

Please sign in to comment.