Skip to content

Commit 66071f1

Browse files
chore(deps): bump the all-dependencies group with 2 updates (#174)
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 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e88a40 commit 66071f1

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@v4
155+
uses: actions/upload-artifact@v5
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@v5
178+
uses: actions/download-artifact@v6
179179
with:
180180
name: artifacts-nuget
181181
path: .artifacts/nuget

0 commit comments

Comments
 (0)