Skip to content

Commit 3dfc326

Browse files
committed
CI update.
1 parent adfd648 commit 3dfc326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: Install dependencies
1414
run: sudo apt update && sudo apt install --no-install-recommends libxmp-dev libasound2-dev libpulse-dev libsndio-dev
1515
- name: Create and run configure script
@@ -21,7 +21,7 @@ jobs:
2121
- name: Test distribution package
2222
run: make distcheck DIST="xmp-$(git rev-parse --short HEAD)"
2323
- name: Archive dist packages
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: dist-packages
2727
path: |

0 commit comments

Comments
 (0)