Skip to content

Commit 6b412df

Browse files
fix: Bump actions/upload-artifact to version 4 (#89)
Co-authored-by: Seam Bot <[email protected]>
1 parent 79e4b0c commit 6b412df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Package
3737
run: npm pack
3838
- name: Upload artifact
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: build-${{ github.sha }}
4242
if-no-files-found: error

output/csharp/src/Seam/Seam.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<PackageId>Seam</PackageId>
99

10-
<PackageVersion>0.24.0</PackageVersion>
10+
<PackageVersion>0.25.0</PackageVersion>
1111

1212
<Authors>Seam</Authors>
1313

0 commit comments

Comments
 (0)