Skip to content

Commit

Permalink
actions(pcb_image): update pages actions
Browse files Browse the repository at this point in the history
Signed-off-by: Hugh He <plushugh@gmail.com>
  • Loading branch information
plushugh authored Apr 8, 2024
1 parent a826f81 commit 4fbe1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pcb_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

- name: Setup Pages
if: github.ref == 'refs/heads/main'
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5.0.0

- name: Upload Artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3.0.1
with:
path: "images"

Expand Down

0 comments on commit 4fbe1fc

Please sign in to comment.