Skip to content

Commit

Permalink
CI: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune authored and lazka committed Dec 24, 2024
1 parent 4db4411 commit d83aab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: setup-msys2
uses: msys2/setup-msys2@v2
Expand All @@ -23,7 +23,7 @@ jobs:
make PREFIX=/opt/bin/x86_64-w64-mingw32-
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package
path: |
Expand Down

0 comments on commit d83aab4

Please sign in to comment.