Skip to content

Commit 05396a3

Browse files
committed
CI: Bump actions
1 parent 9ee1d2b commit 05396a3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- clang
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v4
1818

1919
- name: Install build dependencies
2020
run: sudo apt-get install asciidoctor
@@ -43,7 +43,7 @@ jobs:
4343
- -static -s
4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v1
46+
uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 0 # fetch all history
4949

@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Upload binary to artifacts
8080
if: ${{ matrix.LDFLAGS != '' }}
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: binaries
8484
path: dist/*
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: macos-latest
9090
steps:
9191
- name: Checkout repository
92-
uses: actions/checkout@v1
92+
uses: actions/checkout@v4
9393
with:
9494
fetch-depth: 0 # fetch all history
9595

@@ -133,7 +133,10 @@ jobs:
133133
runs-on: ubuntu-20.04
134134
steps:
135135
- name: Download binaries from artifacts
136-
uses: actions/download-artifact@v2
136+
uses: actions/download-artifact@v4
137+
with:
138+
path: dist
139+
merge-multiple: true
137140

138141
- name: Generate checksums.txt
139142
run:

0 commit comments

Comments
 (0)