Skip to content

Commit a508c08

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95fb383 commit a508c08

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
@@ -56,7 +56,7 @@ jobs:
5656
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
5757
- name: Upload packages
5858
if: matrix.name == 'Windows'
59-
uses: actions/upload-artifact@v4.6.0
59+
uses: actions/upload-artifact@v4.6.1
6060
with:
6161
name: NuGet packages
6262
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.0
34+
uses: actions/upload-artifact@v4.6.1
3535
with:
3636
name: nugets
3737
path: nugets/*

0 commit comments

Comments
 (0)