We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d7562 commit bdbdbdcCopy full SHA for bdbdbdc
.github/workflows/ci.yml
@@ -158,7 +158,7 @@ jobs:
158
8.0.405
159
9.0.102
160
- name: Download NuGet Artifacts from build-nuget-package job
161
- uses: actions/download-artifact@v4.1.9
+ uses: actions/download-artifact@v4.2.0
162
with:
163
name: nuget-package
164
path: NuGetPackage/
@@ -175,7 +175,7 @@ jobs:
175
timeout-minutes: 10
176
steps:
177
- uses: actions/[email protected]
178
- - uses: actions/download-artifact@v4.1.9
+ - uses: actions/download-artifact@v4.2.0
179
180
path: .
181
- run: cp bin-alpine-x64/splunk-*.zip ./splunk-opentelemetry-dotnet-linux-musl-x64.zip
0 commit comments