Skip to content

Commit 1e8dc55

Browse files
Update actions/upload-artifact action to v4.6.2 (#8)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 5db2ed0 commit 1e8dc55

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
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet build src --configuration Release
4242
- name: Upload packages
4343
if: matrix.name == 'Windows'
44-
uses: actions/upload-artifact@v4.4.3
44+
uses: actions/upload-artifact@v4.6.2
4545
with:
4646
name: NuGet packages
4747
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.4.3
34+
uses: actions/upload-artifact@v4.6.2
3535
with:
3636
name: nugets
3737
path: nugets/*

0 commit comments

Comments
 (0)