Skip to content

Commit

Permalink
use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jan 21, 2025
1 parent b860023 commit 538a8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: dotnet publish -c Release -o bin SuperPatchUtils/SuperPatchUtils.csproj

- name: Publish bin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: SuperPatchUtils
path: bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
branch-suffix: short-commit-hash

- name: Publish bin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: SuperPatchUtils
path: bin

0 comments on commit 538a8a7

Please sign in to comment.