Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/IntegrationTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: '3.8'

- name: Download X-Ray SDK build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdk-build-artifact
path: ./sample-apps/flask
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v3

- name: Download WebApp with X-Ray SDK build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: sdk-flask-build-artifact

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

steps:
- name: Download terraform state artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: terraform-state-artifact

Expand Down
Loading