commit f864d9db6cf1f1fa4082e09dcc19c9f9f07e1bb1 parent 31a8301b188eeec6fa57e48efb386dcf4a897118 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:00:00 +0900 Update cargo-deb.yaml Diffstat:
| M | .github/workflows/cargo-deb.yaml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/cargo-deb.yaml b/.github/workflows/cargo-deb.yaml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@main - name: Set up Rust uses: dtolnay/rust-toolchain@stable @@ -69,7 +69,7 @@ jobs: cp target/debian/*.deb ../../debs/ - name: Upload built deb artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@main with: name: deb-${{ matrix.name }} path: debs/*.deb @@ -114,4 +114,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@main