Skip to content

Commit 5f2a15e

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed4197a commit 5f2a15e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
uses: Particular/[email protected]
4545
# Upload assets and packages
4646
- name: Upload assets
47-
uses: actions/[email protected].0
47+
uses: actions/[email protected].1
4848
with:
4949
name: Assets
5050
path: src/ServicePulse.Host/bin/Release/
5151
retention-days: 7
5252
- name: Upload packages
53-
uses: actions/[email protected].0
53+
uses: actions/[email protected].1
5454
with:
5555
name: NuGet packages
5656
path: nugets/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: dotnet build src/Setup --configuration Release
7070
# Upload artifacts
7171
- name: Publish artifacts
72-
uses: actions/[email protected].0
72+
uses: actions/[email protected].1
7373
with:
7474
name: artifacts
7575
path: |

0 commit comments

Comments
 (0)