Skip to content

Commit 0c2aade

Browse files
fix: Bump actions/download-artifact to version 4 (#90)
Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent 0edda09 commit 0c2aade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
install_dependencies: 'false'
3535
node_auth_token: ${{ secrets.node_auth_token }}
3636
- name: Download artifact
37-
uses: actions/download-artifact@v3
37+
uses: actions/download-artifact@v4
3838
with:
3939
name: ${{ inputs.artifact_name }}
4040
path: .

output/csharp/src/Seam/Seam.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<PackageId>Seam</PackageId>
99

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

1212
<Authors>Seam</Authors>
1313

0 commit comments

Comments
 (0)