Skip to content

Commit 08d91cc

Browse files
authored
Merge pull request #16 from clFaster/dependabot/github_actions/actions/upload-artifact-7
chore(deps): Bump actions/upload-artifact from 6 to 7
2 parents 22c4d1d + ae337d1 commit 08d91cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet test tests/SVNPathCopy.Tests/SVNPathCopy.Tests.csproj --configuration Release --no-build --verbosity normal --results-directory tests/SVNPathCopy.Tests/TestResults --logger "trx;LogFileName=test-results.trx" --collect:"XPlat Code Coverage"
4949

5050
- name: Upload test results
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
if: always()
5353
with:
5454
name: test-results
@@ -114,7 +114,7 @@ jobs:
114114
run: dotnet build src/SVNPathCopy.Installer/SVNPathCopy.Installer.wixproj --configuration Release --no-restore
115115

116116
- name: Upload MSI artifact
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: SVNPathCopy-Installer
120120
path: src/SVNPathCopy.Installer/bin/x64/Release/*.msi

0 commit comments

Comments
 (0)