Skip to content

Commit bbffef5

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3a2027 commit bbffef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/IntegrationTesting.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: '3.8'
4242

4343
- name: Download X-Ray SDK build artifact
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4.1.7
4545
with:
4646
name: sdk-build-artifact
4747
path: ./sample-apps/flask
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v3
7171

7272
- name: Download WebApp with X-Ray SDK build artifact
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4.1.7
7474
with:
7575
name: sdk-flask-build-artifact
7676

@@ -149,7 +149,7 @@ jobs:
149149

150150
steps:
151151
- name: Download terraform state artifact
152-
uses: actions/download-artifact@v3
152+
uses: actions/download-artifact@v4.1.7
153153
with:
154154
name: terraform-state-artifact
155155

0 commit comments

Comments
 (0)