Skip to content

Commit

Permalink
fix(ci): update workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius902 committed Jan 31, 2025
1 parent 64f08fc commit 58a798d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
CARGO_BUILD_TARGET: ${{ matrix.build-target }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Run Tests
run: cargo test
- name: Clippy Lints
run: cargo clippy
- name: Upload gcfeeder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gcfeeder-${{ matrix.target-os }}
path: ${{ matrix.artifacts }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
CI_RELEASE: 1
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: cargo build --release
- name: Run Tests
Expand Down

0 comments on commit 58a798d

Please sign in to comment.