Skip to content

Commit

Permalink
Update workflows to remove warnings (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Jun 11, 2024
1 parent 83be69a commit b48d4e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Extract crate information
shell: bash
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build the project
id: build-crate
uses: philss/[email protected].3
uses: philss/[email protected].4
with:
project-name: explorer
project-version: ${{ env.PROJECT_VERSION }}
Expand All @@ -86,13 +86,13 @@ jobs:
variant: ${{ matrix.job.variant }}

- name: Artifact upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build-crate.outputs.file-name }}
path: ${{ steps.build-crate.outputs.file-path }}

- name: Publish archives and packages
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
${{ steps.build-crate.outputs.file-path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- native/explorer/Cargo.toml

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit b48d4e4

Please sign in to comment.