Skip to content

Commit fbc2a8d

Browse files
build(deps): bump the dotnet group with 2 updates (#65)
Bumps the dotnet group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). 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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bbea84 commit fbc2a8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }}
5454

5555
# Publish the NuGet package as an artifact, so they can be used in the following jobs
56-
- uses: actions/upload-artifact@v6
56+
- uses: actions/upload-artifact@v7
5757
with:
5858
name: nuget
5959
if-no-files-found: error
@@ -69,7 +69,7 @@ jobs:
6969
needs: [ build ]
7070
steps:
7171
# Download the NuGet package created in the previous job
72-
- uses: actions/download-artifact@v7
72+
- uses: actions/download-artifact@v8
7373
with:
7474
name: nuget
7575
path: ${{ env.NuGetDirectory }}

0 commit comments

Comments
 (0)