Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit e6fbad9

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 6b98310 commit e6fbad9

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Strip files
3737
run: strip target/release/${{ matrix.file }}
3838

39-
- uses: actions/upload-artifact@v3.1.2
39+
- uses: actions/upload-artifact@v4.3.2
4040
with:
4141
name: PGen-${{ matrix.build }}
4242
path: target/release/${{ matrix.file }}

0 commit comments

Comments
 (0)