Skip to content

Commit

Permalink
fix: update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWoo034 committed Jan 30, 2025
1 parent 8f7884a commit 48714ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: license-check:required
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check bans licenses sources
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
command: build
args: --target arm-unknown-linux-gnueabihf --release --locked
- name: 'Upload assets'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.asset_name }}
path: ${{ matrix.artifact_name }}
Expand All @@ -85,7 +85,7 @@ jobs:
steps:
- name: Get executable
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.asset_name }}
- name: Executable runs
Expand All @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get executable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.asset_name }}
- name: Upload binaries to release
Expand Down

0 comments on commit 48714ed

Please sign in to comment.