Skip to content

Commit 0b459e9

Browse files
Update actions/upload-artifact action to v6 (#1641)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 96acfec commit 0b459e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet build src --configuration Release
4141
- name: Upload packages
4242
if: matrix.name == 'Windows'
43-
uses: actions/upload-artifact@v5.0.0
43+
uses: actions/upload-artifact@v6.0.0
4444
with:
4545
name: NuGet packages
4646
path: nugets/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
3232
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
3333
- name: Publish artifacts
34-
uses: actions/upload-artifact@v5.0.0
34+
uses: actions/upload-artifact@v6.0.0
3535
with:
3636
name: nugets
3737
path: nugets/*

0 commit comments

Comments
 (0)