We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f9ef5 commit fb25f75Copy full SHA for fb25f75
.github/workflows/ccpp.yml
@@ -10,7 +10,7 @@ jobs:
10
build-linux:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
14
with:
15
fetch-depth: 1
16
- name: apt
@@ -26,7 +26,7 @@ jobs:
26
run: PATH=$PATH:$HOME/bin make
27
28
- name: Upload build artifacts
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
30
31
name: ${{ github.event.repository.name }}.${{ github.sha }}
32
path: |
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
- - uses: actions/checkout@v3
17
18
19
0 commit comments