Skip to content

Commit 5af34f9

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 in /.github/workflows (#71)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93d24d3 commit 5af34f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
run: |
7373
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
7474
- name: Upload build artifact
75-
uses: actions/upload-artifact@v4.6.2
75+
uses: actions/upload-artifact@v5.0.0
7676
with:
7777
name: DynamoSamples
7878
path: ${{ github.workspace }}\DynamoSamples\dynamo_package
7979
retention-days: 7
8080
- name: Upload test artifact
81-
uses: actions/upload-artifact@v4.6.2
81+
uses: actions/upload-artifact@v5.0.0
8282
with:
8383
name: TestResults
8484
path: ${{ github.workspace }}\DynamoSamples\TestResults

0 commit comments

Comments
 (0)