Skip to content

Commit

Permalink
Update CI upload artifact action ver
Browse files Browse the repository at this point in the history
  • Loading branch information
IonAgorria committed Apr 26, 2024
1 parent 9f9af88 commit 5f421ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_msys_build.yml
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: perimeter -- strip binary
run: strip -g -x perimeter/bin/perimeter.exe
if: matrix.env.build_type == 'Release'
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Perimeter MSYS ${{matrix.env.build_type}} ${{matrix.env.sys}}
path: perimeter/bin/

0 comments on commit 5f421ae

Please sign in to comment.