Skip to content

Commit 5ebfc83

Browse files
Bump actions/upload-artifact from 3.1.2 to 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v3.1.3) --- 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 bba69ce commit 5ebfc83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: dotnet build src --configuration Release
5151
- name: Upload packages
5252
if: runner.os == 'Windows'
53-
uses: actions/upload-artifact@v3.1.2
53+
uses: actions/upload-artifact@v3.1.3
5454
with:
5555
name: NuGet packages
5656
path: nugets/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
2929
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
3030
- name: Publish artifacts
31-
uses: actions/upload-artifact@v3.1.2
31+
uses: actions/upload-artifact@v3.1.3
3232
with:
3333
name: nugets
3434
path: nugets/*

0 commit comments

Comments
 (0)