Skip to content

Commit 845cf23

Browse files
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 161bdba commit 845cf23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_and_release_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/checkout@v5
105105

106106
- name: extract layer zip from artifacts
107-
uses: actions/download-artifact@v5
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: solarwinds_apm-${{ env.SOLARWINDS_APM_VERSION }}.gem
110110
path: ./

.github/workflows/build_for_github_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v5
6262

6363
- name: extract layer zip from artifacts
64-
uses: actions/download-artifact@v5
64+
uses: actions/download-artifact@v6
6565
with:
6666
name: solarwinds_apm-${{ env.SOLARWINDS_APM_VERSION }}.gem
6767
path: builds

.github/workflows/build_publish_lambda_layer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v5
9393

9494
- name: extract layer zip from artifacts
95-
uses: actions/download-artifact@v5
95+
uses: actions/download-artifact@v6
9696
with:
9797
name: ruby-layer-${{ matrix.arch }}.zip
9898
path: lambda
@@ -172,7 +172,7 @@ jobs:
172172
aws-region: ${{ matrix.aws_region }}
173173

174174
- name: extract layer zip from artifacts
175-
uses: actions/download-artifact@v5
175+
uses: actions/download-artifact@v6
176176
with:
177177
name: ruby-layer-${{ matrix.arch }}.zip
178178
path: lambda

0 commit comments

Comments
 (0)