Skip to content

Commit

Permalink
Merge pull request #23 from balsamiq/update_build_script
Browse files Browse the repository at this point in the history
Update build script
  • Loading branch information
balsamiqFlorian authored Dec 17, 2024
2 parents b1dca64 + f8dc431 commit 009740f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.ZIP_NAME }}
path: |
Expand All @@ -84,7 +84,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download artefact files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ env.ZIP_NAME }}
path: ${{ env.ZIP_NAME }}
Expand Down

0 comments on commit 009740f

Please sign in to comment.