Skip to content

Commit c407887

Browse files
dependabot[bot]CorruptComputer
authored andcommitted
Bump actions/upload-artifact from 6 to 7 in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3ffbf6 commit c407887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
# Upload
5151
- name: Upload Artifact
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: BaldersGait-linux-x64
5555
path: ~/publish
@@ -74,7 +74,7 @@ jobs:
7474
7575
# Upload
7676
- name: Upload Artifact
77-
uses: actions/upload-artifact@v6
77+
uses: actions/upload-artifact@v7
7878
with:
7979
name: BaldersGait-win-x64
8080
path: D:\a\BaldersGait\BaldersGait\BaldersGait\publish\

0 commit comments

Comments
 (0)