Skip to content

Commit fa3e2d1

Browse files
Update actions/upload-artifact action to v7 (#1652)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 590bc09 commit fa3e2d1

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@v6.0.0
32+
uses: actions/upload-artifact@v7.0.0
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@v6.0.0
53+
uses: actions/upload-artifact@v7.0.0
5454
with:
5555
name: assets
5656
path: assets/*

0 commit comments

Comments
 (0)