diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-16 11:19:21 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-16 11:19:21 +0200 |
commit | 49ab9b889bec9c212dd81b577b0249869a8cef94 (patch) | |
tree | 76661a2df542042f92fde34dc36acffdee5a4a45 /.github/workflows/debian.yml | |
parent | Merge branch 'master' into debian (diff) | |
download | linux-status-49ab9b889bec9c212dd81b577b0249869a8cef94.tar.gz linux-status-49ab9b889bec9c212dd81b577b0249869a8cef94.zip |
workflows: upgrade actions
Diffstat (limited to '.github/workflows/debian.yml')
-rw-r--r-- | .github/workflows/debian.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 1919048..5b4f81c 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -11,7 +11,7 @@ jobs: name: Binary package steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install dependencies @@ -19,7 +19,7 @@ jobs: - name: Build binary package run: cd debian && make bin/test - name: Upload binary package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-area path: debian/build-area/ |