Skip to content

Commit fb25f75

Browse files
committed
Update github scripts.
1 parent b9f9ef5 commit fb25f75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-linux:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 1
1616
- name: apt
@@ -26,7 +26,7 @@ jobs:
2626
run: PATH=$PATH:$HOME/bin make
2727

2828
- name: Upload build artifacts
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: ${{ github.event.repository.name }}.${{ github.sha }}
3232
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build-linux:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 1
1919

0 commit comments

Comments
 (0)