Skip to content

Commit

Permalink
Merge pull request #168 from uc-cdis/chore/ci
Browse files Browse the repository at this point in the history
chore(ci): update comments to reference new v4 upload/download artifact
  • Loading branch information
Avantol13 authored Nov 8, 2024
2 parents a1b4ba7 + 95e2ed1 commit 9847afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# name: Customize Lint Config
# needs: [LintConfig]
# steps:
# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4
# with:
# # this is uploaded by the lint-create-config.yaml workflow
# name: linters-config
Expand All @@ -47,7 +47,7 @@ jobs:
# - run: echo "known_first_party=gen3discoveryai" >> .github/linters/.isort.cfg
#
# # now we need to re-upload the artifacts with the changes
# - uses: actions/upload-artifact@v3
# - uses: actions/upload-artifact@v4
# with:
# name: linters-config
# path: |
Expand Down

0 comments on commit 9847afa

Please sign in to comment.