Skip to content

Commit f04351a

Browse files
Update actions/upload-artifact action to v5 (#928)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 7f3c506 commit f04351a

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
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet build src --configuration Release
5555
- name: Upload packages
5656
if: runner.os == 'Windows'
57-
uses: actions/upload-artifact@v4.6.2
57+
uses: actions/upload-artifact@v5.0.0
5858
with:
5959
name: NuGet packages
6060
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@v4.6.2
34+
uses: actions/upload-artifact@v5.0.0
3535
with:
3636
name: nugets
3737
path: nugets/*

0 commit comments

Comments
 (0)