Skip to content

Commit 3814b49

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0461490 commit 3814b49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
run: msbuild src -p:Configuration=Release -restore -m
3131
- name: Upload assets
32-
uses: actions/upload-artifact@v4.6.1
32+
uses: actions/upload-artifact@v4.6.2
3333
with:
3434
name: assets
3535
path: src/ServiceInsight/bin/Release/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
5151
run: dotnet build src/Setup --configuration Release
5252
- name: Publish artifacts
53-
uses: actions/upload-artifact@v4.6.1
53+
uses: actions/upload-artifact@v4.6.2
5454
with:
5555
name: assets
5656
path: assets/*

0 commit comments

Comments
 (0)