Skip to content

Commit

Permalink
Revert download-artifact to v3 thanks codeQL 2nd round
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Jan 10, 2025
1 parent 40a647a commit 8d2d4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updated_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
private-key: ${{ secrets.NB_BOT_KEY }}

- name: Checkout neurobagel_examples repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: neurobagel/neurobagel_examples
token: ${{ steps.generate-token.outputs.token }}

- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: query-tool-results
path: neurobagel_examples/query-tool-results
Expand Down

0 comments on commit 8d2d4a5

Please sign in to comment.