We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb183f commit 3e0abccCopy full SHA for 3e0abcc
.github/workflows/publish.yml
@@ -13,12 +13,12 @@ jobs:
13
name: "Publish"
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- - uses: jfrog/setup-jfrog-cli@v2
+ - uses: jfrog/setup-jfrog-cli@v4
20
env:
21
- JF_ARTIFACTORY_1: ${{ secrets.ARTIFACTORY_CLI_SECRET }}
+ JF_ENV_1: ${{ secrets.ARTIFACTORY_CLI_SECRET }}
22
- name: Download
23
run: ./download-doxygen.sh ${{ github.event.inputs.version }}
24
- name: Upload
0 commit comments