Skip to content

Commit

Permalink
Update github actions part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Nov 23, 2023
1 parent d70ff9a commit c78b1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pyinstaller BeeRef.spec
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: build-${{ matrix.os }}
path: dist/*
Expand Down

0 comments on commit c78b1dd

Please sign in to comment.