Skip to content

Commit f2cad53

Browse files
chore(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 (#2204)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@1eb3cb2...694cdab) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3495c2c commit f2cad53

9 files changed

+25
-25
lines changed

.github/workflows/all_solutions.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
shell: powershell
7272

7373
- name: Archive NewRelic.Agent.Extensions
74-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
74+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
7575
with:
7676
name: NewRelic.Agent.Extensions
7777
path: ${{ github.workspace }}\src\Agent\NewRelic\Agent\Extensions\NewRelic.Agent.Extensions\bin\Release
7878
if-no-files-found: error
7979

8080
- name: Archive FullAgent Home folders
81-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
81+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
8282
with:
8383
name: homefolders
8484
path: |
@@ -122,14 +122,14 @@ jobs:
122122
shell: powershell
123123

124124
- name: Archive msi _build Artifacts
125-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
125+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
126126
with:
127127
name: msi-build-folder-artifacts
128128
path: ${{ github.workspace }}\src\_build
129129
if-no-files-found: error
130130

131131
- name: Archive NewRelic.OpenTracing.AmazonLambda.Tracer
132-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
132+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
133133
with:
134134
name: NewRelic.OpenTracing.AmazonLambda.Tracer
135135
path: ${{ github.workspace }}\src\AwsLambda\AwsLambdaOpenTracer\bin\Release\netstandard2.0-ILRepacked
@@ -173,7 +173,7 @@ jobs:
173173
shell: powershell
174174

175175
- name: Archive Artifacts
176-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
176+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
177177
with:
178178
name: integrationtests
179179
path: |
@@ -211,7 +211,7 @@ jobs:
211211
shell: powershell
212212

213213
- name: Archive Artifacts
214-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
214+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
215215
with:
216216
name: unboundedintegrationtests
217217
path: |
@@ -362,7 +362,7 @@ jobs:
362362

363363
- name: Archive integration test results on failure
364364
if: ${{ failure() }}
365-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
365+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
366366
with:
367367
name: integration-test-results-${{ matrix.namespace }}
368368
path: |
@@ -432,7 +432,7 @@ jobs:
432432
433433
- name: Archive integration test results on failure
434434
if: ${{ failure() }}
435-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
435+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
436436
with:
437437
name: integration-test-results-linux-arm64
438438
path: |
@@ -561,7 +561,7 @@ jobs:
561561

562562
- name: Archive unbounded test results on failure
563563
if: ${{ failure() }}
564-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
564+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
565565
with:
566566
name: unbounded-test-working-directory-${{ matrix.namespace }}
567567
path: |
@@ -631,7 +631,7 @@ jobs:
631631
shell: bash
632632

633633
- name: Archive RPM Package Artifacts
634-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
634+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
635635
with:
636636
name: rpm-build-artifacts
637637
path: ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -684,7 +684,7 @@ jobs:
684684
shell: bash
685685

686686
- name: Archive Debian Package Artifacts
687-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
687+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
688688
with:
689689
name: debian-build-artifacts
690690
path: ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -751,7 +751,7 @@ jobs:
751751
shell: powershell
752752

753753
- name: Archive Deploy Artifacts
754-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
754+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
755755
with:
756756
name: deploy-artifacts
757757
path: |

.github/workflows/awslambda_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: powershell
5656

5757
- name: Archive NewRelic.OpenTracing.AmazonLambda.Tracer
58-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
58+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
5959
with:
6060
name: NewRelic.OpenTracing.AmazonLambda.Tracer
6161
path: ${{ github.workspace }}\src\AwsLambda\AwsLambdaOpenTracer\bin\Release\netstandard2.0-ILRepacked
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Archive Test Results
9494
if: ${{ always() }}
95-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
95+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
9696
with:
9797
name: test-results
9898
path: ${{ github.workspace }}\TestResults
@@ -128,7 +128,7 @@ jobs:
128128
shell: powershell
129129

130130
- name: Archive Deploy Artifacts
131-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
131+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
132132
with:
133133
name: deploy-artifacts
134134
path: |

.github/workflows/build_profiler.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
files: ${{ env.test_results_path }}\profiler.xml
157157

158158
- name: Archive Artifacts
159-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
159+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
160160
with:
161161
name: profiler-windows
162162
path: ${{ github.workspace }}\src\Agent\_profilerBuild\**\*
@@ -208,7 +208,7 @@ jobs:
208208
shell: bash
209209

210210
- name: Archive Artifacts
211-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
211+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
212212
with:
213213
name: profiler-amd64
214214
path: ${{ github.workspace }}/src/Agent/_profilerBuild/
@@ -282,7 +282,7 @@ jobs:
282282
shell: bash
283283

284284
- name: Archive Artifacts
285-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
285+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
286286
with:
287287
name: profiler-arm64
288288
path: ${{ github.workspace }}/src/Agent/_profilerBuild/

.github/workflows/deploy_agent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
repository: ${{ github.repository }}
171171

172172
- name: Upload Deploy Artifacts Locally
173-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
173+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
174174
with:
175175
name: deploy-artifacts
176176
path: ${{ github.workspace }}

.github/workflows/multiverse_run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
shell: bash
7474

7575
- name: Upload MVS
76-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
76+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
7777
with:
7878
name: mvs
7979
path: |

.github/workflows/run_integration_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Archive integration test results on failure
192192
if: ${{ failure() }}
193-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
193+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
194194
with:
195195
name: integration-test-working-directory-${{ matrix.namespace }}
196196
path: |
@@ -313,7 +313,7 @@ jobs:
313313

314314
- name: Archive unbounded test results on failure
315315
if: ${{ failure() }}
316-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
316+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
317317
with:
318318
name: unbounded-test-working-directory-${{ matrix.namespace }}
319319
path: |

.github/workflows/run_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
directory: ${{ env.test_results_path }}
6161

6262
- name: Upload coverage report artifact
63-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
63+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
6464
with:
6565
name: UnitTestResults # Artifact name
6666
path: ${{ env.test_results_path }} # Directory containing files to upload

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666
# format to the repository Actions tab.
6767
- name: "Upload artifact"
68-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
68+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
6969
with:
7070
name: SARIF file
7171
path: results.sarif

.github/workflows/siteextension_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: powershell
5656

5757
- name: Archive Deploy Artifacts
58-
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
58+
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
5959
with:
6060
name: deploy-artifacts
6161
path: |

0 commit comments

Comments
 (0)