Skip to content

Commit

Permalink
[spec] upload-artifact bump to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jun 3, 2024
1 parent e71edd6 commit 256e330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish

- name: Create packages artifact
uses: actions/upload-artifact@v3
if: ${{ matrix.os == 'windows-latest' }}
uses: actions/upload-artifact@v4
with:
name: Packages
path: ./src/publish/

0 comments on commit 256e330

Please sign in to comment.