From b854d14f1910689d5e56c8ba41f7455814b6cd72 Mon Sep 17 00:00:00 2001 From: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:32:55 +0800 Subject: [PATCH] =?UTF-8?q?ci(actions):=20=E2=AC=86=EF=B8=8F=20update=20to?= =?UTF-8?q?=20latest=20version=20of=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testing.yml | 4 ++-- .vscode/settings.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f7ef8cc..acadb39 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Rust toolchain uses: moonrepo/setup-rust@v1 with: @@ -34,7 +34,7 @@ jobs: run: cargo test --verbose - name: Build Debian package run: cargo xtask dist deb && dpkg-deb -c target/debian/*.deb - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: rsjudge-deb path: target/debian/*.deb diff --git a/.vscode/settings.json b/.vscode/settings.json index 1602d4e..8b37e10 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,8 @@ "conventionalCommits.scopes": [ "deps", "config", - "xtask" + "xtask", + "actions" ], "editor.defaultFormatter": "dprint.dprint", "[dockerfile]": {