Skip to content

Commit

Permalink
ci(actions): ⬆️ update to latest version of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Feb 10, 2024
1 parent 742e1ba commit b854d14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"conventionalCommits.scopes": [
"deps",
"config",
"xtask"
"xtask",
"actions"
],
"editor.defaultFormatter": "dprint.dprint",
"[dockerfile]": {
Expand Down

0 comments on commit b854d14

Please sign in to comment.