We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8086ec commit 6b1d107Copy full SHA for 6b1d107
.github/workflows/main_pointerstar.yml
@@ -48,7 +48,7 @@ jobs:
48
echo ${{ github.event.number }} > ./coveragereport/PullRequestNumber
49
50
- name: Upload Code Coverage Report
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
52
with:
53
name: CodeCoverage
54
path: coveragereport/
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Upload artifact for deployment job
62
if: ${{ github.event_name != 'pull_request' }}
63
64
65
name: app
66
path: ${{env.DOTNET_ROOT}}/publish
0 commit comments