Skip to content

Commit ecac2d6

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 0eba0e0 commit ecac2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: zig build -Dtarget=${{ matrix.target }}
3838

3939
- name: Upload Artifact
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: telnet-zig-${{ matrix.target }}
4343
path: zig-out/bin/

0 commit comments

Comments
 (0)