Skip to content

Commit

Permalink
Merge #3200 into 2.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Apr 25, 2024
2 parents 69a9351 + 73e1e6e commit 6673813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: download antora docs/build
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
name: ${{ env.DOCS_BUILD_ARTIFACT }}
path: docs/build
Expand All @@ -139,7 +139,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: download antora docs/build
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
name: ${{ env.DOCS_BUILD_ARTIFACT }}
path: docs/build
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: download antora docs/build
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
name: ${{ env.DOCS_BUILD_ARTIFACT }}
path: docs/build
Expand Down

0 comments on commit 6673813

Please sign in to comment.