Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.1 to 4.3.3 in /.github/workflows (
Browse files Browse the repository at this point in the history
#61)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.1...v4.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 1d97b5b commit d339b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
run: |
dotnet test ${{ github.workspace }}\DynamoSamples\src\SampleLibraryTests -p:Configuration=Release --filter "TestCategory!=Failure&TestCategory!=NEEDS_GEOM_LIB" --logger "trx;LogFileName=results.trx" --results-directory ${{ github.workspace }}\DynamoSamples\TestResults
- name: Upload build artifact
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: DynamoSamples
path: ${{ github.workspace }}\DynamoSamples\dynamo_package
retention-days: 7
- name: Upload test artifact
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: TestResults
path: ${{ github.workspace }}\DynamoSamples\TestResults
Expand Down

0 comments on commit d339b6d

Please sign in to comment.