Skip to content

Commit

Permalink
upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeFin committed Mar 4, 2024
1 parent fd158a5 commit d3b15e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet publish ${{ env.PROJECT_PATH }} -c Release --self-contained -r win-x64 -p:PublishSingleFile=true -o publish

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Text-Grab
path: .\publish

0 comments on commit d3b15e1

Please sign in to comment.