Skip to content

Commit 5e2b4cd

Browse files
committed
update workflow
1 parent 86788bb commit 5e2b4cd

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
@@ -52,7 +52,7 @@ jobs:
5252
python -m nuitka --onefile --standalone --output-dir=dist --output-filename=ffpm --remove-output --windows-icon-from-ico=${{ matrix.icon }} ffpm.py
5353
5454
- name: Upload artifacts
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: ffpm-${{ matrix.os }}
5858
path: dist/${{ matrix.executable }}

0 commit comments

Comments
 (0)