Skip to content

Commit

Permalink
update GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyon committed Jun 17, 2022
1 parent a621f54 commit f45b408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
sudo apt install libmpv-dev libglib2.0-dev
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build
run: |
make
- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mpris.so
path: mpris.so
Expand Down

0 comments on commit f45b408

Please sign in to comment.