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 0edda09 commit 0c2aadeCopy full SHA for 0c2aade
.github/workflows/_publish.yml
@@ -34,7 +34,7 @@ jobs:
34
install_dependencies: 'false'
35
node_auth_token: ${{ secrets.node_auth_token }}
36
- name: Download artifact
37
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
38
with:
39
name: ${{ inputs.artifact_name }}
40
path: .
output/csharp/src/Seam/Seam.csproj
@@ -7,7 +7,7 @@
7
8
<PackageId>Seam</PackageId>
9
10
- <PackageVersion>0.25.0</PackageVersion>
+ <PackageVersion>0.25.1</PackageVersion>
11
12
<Authors>Seam</Authors>
13
0 commit comments