From 95e2ed1eb51886a598bce324cb29c8160862ea47 Mon Sep 17 00:00:00 2001 From: Alexander VanTol Date: Fri, 8 Nov 2024 09:31:50 -0600 Subject: [PATCH] chore(ci): update comments to reference new v4 upload/download artifact --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1384cbb3..4c77735b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: |