Skip to content

Commit

Permalink
Fix deprecated actions usage (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Oct 15, 2024
1 parent 35dbc2b commit 20c21cb
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 @@ -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' &&
Expand Down

0 comments on commit 20c21cb

Please sign in to comment.