Skip to content

Commit 413f98a

Browse files
committed
Upgrade upload-artifact action from v3 to v4 in GitHub Actions workflow for improved functionality.
1 parent 34d34e1 commit 413f98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
cache-to: type=gha,mode=max
116116

117117
- name: Upload binaries as artifacts
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
with:
120120
name: tsflow-binaries
121121
path: |

0 commit comments

Comments
 (0)