Skip to content

Commit 256e330

Browse files
committed
[spec] upload-artifact bump to v4
1 parent e71edd6 commit 256e330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish
3232

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

0 commit comments

Comments
 (0)