Skip to content

Commit fda0cad

Browse files
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#457)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cde4cde commit fda0cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
./test/test-applications/integrations/TestApplication.Smoke/bin/Release/net8.0/TestApplication.Smoke.exe
6262
if (-not $?) { throw "dotnet help returned exit code: $LASTEXITCODE" }
6363
if (Test-Path $log_path) { throw "Log file exists. Instrumentation unregister failed." }
64-
- uses: actions/[email protected].2
64+
- uses: actions/[email protected].3
6565
with:
6666
name: bin-${{ matrix.machine }}
6767
path: |
@@ -105,7 +105,7 @@ jobs:
105105
./test/test-applications/integrations/TestApplication.Smoke/bin/Release/net8.0/publish/TestApplication.Smoke
106106
test "$(ls -A /var/log/opentelemetry/dotnet )"
107107
'
108-
- uses: actions/[email protected].2
108+
- uses: actions/[email protected].3
109109
with:
110110
name: bin-${{ matrix.base-image }}
111111
path: bin/splunk-*.zip
@@ -123,7 +123,7 @@ jobs:
123123
7.0.407
124124
8.0.203
125125
- run: ./build.cmd NuGetWorkflow
126-
- uses: actions/[email protected].2
126+
- uses: actions/[email protected].3
127127
with:
128128
name: nuget-package
129129
path: NuGetPackage/

0 commit comments

Comments
 (0)