diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 11:58:23 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2024-01-28 11:23:42 +0000 |
commit | 51d1d3010aeadf2bd9da82aaa549bd7a6f2632ed (patch) | |
tree | 00a44174e5e58bb3f066968694123061101c7dbe /.github/workflows/debian.yml | |
parent | debian/vagrant: fix NFS mounting (diff) | |
download | config-links-51d1d3010aeadf2bd9da82aaa549bd7a6f2632ed.tar.gz config-links-51d1d3010aeadf2bd9da82aaa549bd7a6f2632ed.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 762071c..edfff87 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install dependencies @@ -19,7 +19,7 @@ jobs: - name: Build binary package run: make -C debian bin/test - name: Upload binary package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-area path: debian/build-area/ |