Skip to content

Commit 3e0abcc

Browse files
authored
Update Actions for Node 20 (#1)
1 parent edb183f commit 3e0abcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
name: "Publish"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: jfrog/setup-jfrog-cli@v2
19+
- uses: jfrog/setup-jfrog-cli@v4
2020
env:
21-
JF_ARTIFACTORY_1: ${{ secrets.ARTIFACTORY_CLI_SECRET }}
21+
JF_ENV_1: ${{ secrets.ARTIFACTORY_CLI_SECRET }}
2222
- name: Download
2323
run: ./download-doxygen.sh ${{ github.event.inputs.version }}
2424
- name: Upload

0 commit comments

Comments
 (0)