Skip to content

Commit 854fa6c

Browse files
chore(deps): bump the all-dependencies group with 2 updates
Bumps the all-dependencies 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: all-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a38214 commit 854fa6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
find . -name "*.nupkg" -exec cp {} .artifacts/nuget/ \;
153153
154154
- name: artifacts - nuget - upload
155-
uses: actions/upload-artifact@v6
155+
uses: actions/upload-artifact@v7
156156
with:
157157
name: artifacts-nuget
158158
path: .artifacts/nuget/*.nupkg
@@ -175,7 +175,7 @@ jobs:
175175
gitVersion_AssemblySemFileVer: ${{ needs.discovery.outputs.gitVersion_AssemblySemFileVer }}
176176
steps:
177177
- name: artifacts - nuget - download
178-
uses: actions/download-artifact@v7
178+
uses: actions/download-artifact@v8
179179
with:
180180
name: artifacts-nuget
181181
path: .artifacts/nuget

0 commit comments

Comments
 (0)