diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 706c367aa7..00a21a79fa 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -42,7 +42,7 @@ jobs: test "$(ls -A /var/log/opentelemetry/dotnet )" ' - name: Publish Linux build - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: bin-${{ matrix.base-image }} path: bin/tracer-home diff --git a/.github/workflows/build-nuget-packages.yml b/.github/workflows/build-nuget-packages.yml index 884af99895..01e693d9db 100644 --- a/.github/workflows/build-nuget-packages.yml +++ b/.github/workflows/build-nuget-packages.yml @@ -87,7 +87,7 @@ jobs: } - name: Upload Nuget Artifacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: bin-nuget-packages path: bin/nuget-artifacts/ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b876df4482..6b2260002d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: if (-not $?) { throw "dotnet help returned exit code: $LASTEXITCODE" } if (Test-Path $log_path) { throw "Log file exists. Instrumentation unregister failed." } - name: Upload binaries - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 if: always() with: name: bin-${{ matrix.machine }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a13b3e08f3..393b834d02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: install: localdb - run: ./build.cmd --skip NativeTests --target TestWorkflow --test-target-framework ${{ matrix.test-tfm }} --containers ${{ matrix.containers }} - name: Upload test logs - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 if: always() with: name: test-logs-${{ matrix.machine }}-${{ matrix.test-tfm }}-containers-${{ matrix.containers }} @@ -143,7 +143,7 @@ jobs: - name: Run the integration tests run: ./build.cmd --target RunManagedIntegrationTests --containers ${{ matrix.containers }} - name: Upload test logs - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 if: always() with: name: test-logs-${{ matrix.machine }}-containers-${{ matrix.containers }} diff --git a/.github/workflows/verify-test.yml b/.github/workflows/verify-test.yml index 054f529b37..c7d2287fe5 100644 --- a/.github/workflows/verify-test.yml +++ b/.github/workflows/verify-test.yml @@ -34,7 +34,7 @@ jobs: 7.0.400 - run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }} - name: Upload logs - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 if: always() with: name: logs-${{ matrix.machine }}