Skip to content

Commit

Permalink
chore: Use updated Github Actions actions (#3)
Browse files Browse the repository at this point in the history
* add basic publish workflow and clean up

* use updated actions

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
  • Loading branch information
bnussman-akamai and bnussman authored Oct 31, 2023
1 parent f3f93b1 commit 406a032
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 @@ -43,7 +43,7 @@ jobs:
- name: Build
run: bun run build
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/
Expand All @@ -59,7 +59,7 @@ jobs:
with:
node-version: latest
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: dist
path: dist/
Expand Down

0 comments on commit 406a032

Please sign in to comment.