Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Feb 7, 2024
1 parent f5f9a3f commit 29865d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pb-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
make pb
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4
if: ${{ github.ref_name == 'main' }}
with:
name: "Probuf HTML File"
Expand All @@ -61,7 +61,7 @@ jobs:
ref: gh-pages

- name: Download a Build Artifact
uses: actions/download-artifact@v4.1.1
uses: actions/download-artifact@v4
with:
name: "Probuf HTML File"
path: "./docs"
Expand Down

0 comments on commit 29865d7

Please sign in to comment.