Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#3)
Browse files Browse the repository at this point in the history
Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Diapolo10 authored Dec 15, 2023
2 parents d276f97 + c1ac840 commit 40a5e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
poetry build
- name: Upload builds
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: built-binary
path: |
Expand Down

0 comments on commit 40a5e02

Please sign in to comment.