Skip to content

Commit b8ab0d7

Browse files
Bump the actions-deps group with 3 updates
Bumps the actions-deps group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [dotnet/nbgv](https://github.com/dotnet/nbgv). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `dotnet/nbgv` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](dotnet/nbgv@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: dotnet/nbgv dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent def8151 commit b8ab0d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# use publish for .NET Core
4949
run: dotnet publish ${{ env.TOOL_PROJ_PATH }} --configuration Release -f net10.0 --output ./releases/net10.0 /p:DebugType=None /p:DebugSymbols=false
5050
- name: Upload a Build Artifact
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: Binary Releases
5454
path: ./releases
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
fetch-depth: 0
7070
submodules: recursive
71-
- uses: actions/download-artifact@v7
71+
- uses: actions/download-artifact@v8
7272
with:
7373
name: Binary Releases
7474
path: ./releases
@@ -103,7 +103,7 @@ jobs:
103103
# Change into the artifacts directory to avoid including the directory itself in the zip archive
104104
working-directory: ./releases/net10.0
105105
run: zip -r ../ModVerify-Net10.zip .
106-
- uses: dotnet/nbgv@v0.5.0
106+
- uses: dotnet/nbgv@v0.5.1
107107
id: nbgv
108108
- name: Create GitHub release
109109
# Create a GitHub release on push to main only

0 commit comments

Comments
 (0)