Skip to content

Commit 9108eba

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-4.2.1
2 parents 13386bc + 95bfce3 commit 9108eba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: dotnet build --configuration Debug --no-restore
5050

5151
- name: Upload Build Artifacts
52-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353
with:
5454
name: build-artifacts
5555
path: |
@@ -96,7 +96,7 @@ jobs:
9696
thresholds: "10 30"
9797

9898
- name: Upload Code Coverage Results
99-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
99+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
100100
with:
101101
name: coverage-results
102102
path: |
@@ -111,7 +111,7 @@ jobs:
111111
files: "test/**/TestResults.xml"
112112

113113
- name: Upload Test Artifacts
114-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
114+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115115
with:
116116
name: test-results
117117
path: "test/**/TestResults.xml"

.github/workflows/ci-manual-build-test-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
Get-ChildItem -Path ${{ env.nupkgDirectory }} -Recurse -Force
7676
7777
- name: Upload unsigned nupkgs
78-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7979
with:
8080
name: build-artifacts
8181
path: ${{ env.nupkgDirectory }}/*
@@ -122,7 +122,7 @@ jobs:
122122
./sign/sign code azure-key-vault *.nupkg --base-directory ${{ env.nupkgDirectory }} --azure-key-vault-url "${{ secrets.AZURE_KEY_VAULT_URL }}" --azure-key-vault-certificate "${{ secrets.AZURE_KEY_VAULT_CERTIFICATE }}"
123123
124124
- name: Upload signed nupkgs
125-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
125+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126126
with:
127127
name: signed-artifacts
128128
path: ${{ env.nupkgDirectory }}/*

0 commit comments

Comments
 (0)