We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e4b0c commit 6b412dfCopy full SHA for 6b412df
2 files changed
.github/workflows/_build.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Package
37
run: npm pack
38
- name: Upload artifact
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: build-${{ github.sha }}
42
if-no-files-found: error
output/csharp/src/Seam/Seam.csproj
@@ -7,7 +7,7 @@
7
8
<PackageId>Seam</PackageId>
9
10
- <PackageVersion>0.24.0</PackageVersion>
+ <PackageVersion>0.25.0</PackageVersion>
11
12
<Authors>Seam</Authors>
13
0 commit comments