Skip to content

Commit

Permalink
fix: publish actions - fix #50 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru authored Sep 13, 2024
1 parent 960587e commit 5342db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: yarn run build

- name: "Upload Artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: client-build
path: "./app/client/build"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
replacement-text: ${{ steps.set_version.outputs.tag }}

- name: Download client-build artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: client-build
path: ./app/server/build/client
Expand Down

0 comments on commit 5342db8

Please sign in to comment.