Skip to content

Commit 3e93f9d

Browse files
Update actions/upload-artifact action to v6
1 parent 1a86f0d commit 3e93f9d

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
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet build src --configuration Release
4646
- name: Upload packages
4747
if: matrix.name == 'Windows'
48-
uses: actions/upload-artifact@v5.0.0
48+
uses: actions/upload-artifact@v6.0.0
4949
with:
5050
name: NuGet packages
5151
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)