From 20c21cba08d78bd68021ad4ee192494a08de8b94 Mon Sep 17 00:00:00 2001 From: Jade Date: Wed, 16 Oct 2024 07:30:54 +0800 Subject: [PATCH] Fix deprecated actions usage (#450) --- .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 0019d91..aba3194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,12 +94,12 @@ jobs: run: | md5sum **/* sha256sum **/* - - uses: jfrog/setup-jfrog-cli@v2 + - uses: jfrog/setup-jfrog-cli@v4 if: | github.repository_owner == 'wpilibsuite' && startsWith(github.ref, 'refs/tags/v') env: - JF_ARTIFACTORY_1: ${{ secrets.ARTIFACTORY_CLI_SECRET }} + JF_ENV_1: ${{ secrets.ARTIFACTORY_CLI_SECRET }} - name: Upload to Artifactory if: | github.repository_owner == 'wpilibsuite' &&