Skip to content

Commit 035a7f8

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.4.0 in /.github/workflows
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.4.0) --- 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>
1 parent bc05df0 commit 035a7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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.3.3
75+
uses: actions/upload-artifact@v4.4.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.3.3
81+
uses: actions/upload-artifact@v4.4.0
8282
with:
8383
name: TestResults
8484
path: ${{ github.workspace }}\DynamoSamples\TestResults

0 commit comments

Comments
 (0)