Skip to content

Commit

Permalink
fix version of actions being used
Browse files Browse the repository at this point in the history
swcap[#time 5m0s #project 0 #wt 9]
  • Loading branch information
ddouglas committed Nov 4, 2024
1 parent 2ae384f commit db6a83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/IntegrationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
working-directory: ./sample-apps/http-server

- name: Upload WebApp with X-Ray SDK build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: deployment-package
path: sample-apps/http-server/deploy.zip
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

steps:
- name: Download terraform state artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: terraform-state-artifact

Expand Down

0 comments on commit db6a83a

Please sign in to comment.