Use upload-artifact v3
All checks were successful
Stage / build (push) Successful in 18s
Stage / package (push) Successful in 28s

This commit is contained in:
Ethan Lane 2025-01-14 18:35:23 +00:00
parent 1cbdcf87e0
commit 2a20e8c964
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- run: yarn build - run: yarn build
- run: yarn package - run: yarn package
- name: Upload Binary - name: Upload Binary
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
path: bin/ path: bin/
if-no-files-found: error if-no-files-found: error

View file

@ -35,7 +35,7 @@ jobs:
- run: yarn build - run: yarn build
- run: yarn package - run: yarn package
- name: Upload Binary - name: Upload Binary
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
path: bin/ path: bin/
if-no-files-found: error if-no-files-found: error