Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.4.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent ad4fab7 commit dcf293d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
./test/test-applications/integrations/TestApplication.Smoke/bin/Release/net8.0/TestApplication.Smoke.exe
if (-not $?) { throw "dotnet help returned exit code: $LASTEXITCODE" }
if (Test-Path $log_path) { throw "Log file exists. Instrumentation unregister failed." }
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: bin-${{ matrix.machine }}
path: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
./test/test-applications/integrations/TestApplication.Smoke/bin/Release/net8.0/publish/TestApplication.Smoke
test "$(ls -A /home/user/opentelemetry/log )"
'
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: (${{ job.status }} != 'cancelled')
with:
name: bin-${{ matrix.base-image }}
Expand All @@ -136,7 +136,7 @@ jobs:
7.0.410
8.0.402
- run: ./build.cmd NuGetWorkflow
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: nuget-package
path: NuGetPackage/
Expand Down

0 comments on commit dcf293d

Please sign in to comment.