Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent f88fbb2 commit 82f9510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ jobs:
- uses: actions/checkout@v3
# we are using separate download actions as otherwise artifacts are placed in folders
- name: Download products JAR
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: products.jar
- name: Download reviews JAR
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: reviews.jar
- name: Download Supergraph config
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: supergraph.graphql
- name: Start up Supergraph
Expand Down

0 comments on commit 82f9510

Please sign in to comment.