Skip to content

Commit 7efc5a5

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 42142ad commit 7efc5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: msbuild build.build -t:All -p:Version=$env:BUILD_VERSION -p:WIX_PATH=$env:wix -p:NUnitConsoleRunnerPath=$env:GITHUB_WORKSPACE\packages\nunit.consolerunner\3.15.0\
5656

5757
- name: Upload a Build Artifact
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: 'Test Result'
6161
path: Build\_build\TestResult.html

0 commit comments

Comments
 (0)