Skip to content

Commit 6b1d107

Browse files
Bump actions/upload-artifact from 4 to 5 (#436)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 b8086ec commit 6b1d107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_pointerstar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo ${{ github.event.number }} > ./coveragereport/PullRequestNumber
4949
5050
- name: Upload Code Coverage Report
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: CodeCoverage
5454
path: coveragereport/
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Upload artifact for deployment job
6262
if: ${{ github.event_name != 'pull_request' }}
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: app
6666
path: ${{env.DOTNET_ROOT}}/publish

0 commit comments

Comments
 (0)