Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 25, 2024
1 parent ef4d183 commit ade4159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/upload-artifact@v4.1.0
- uses: actions/upload-artifact@v4.3.0
with:
name: .-Node-${{ matrix.node-version }}-Target
path: ./Target
2 changes: 1 addition & 1 deletion .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/cache@v3.3.3
- uses: actions/cache@v4.0.0
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit ade4159

Please sign in to comment.