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]": {