From 48714ed13fb2ea0b55e5290a5464d1a114242197 Mon Sep 17 00:00:00 2001 From: Leif Brockman Date: Thu, 30 Jan 2025 11:30:34 -0700 Subject: [PATCH] fix: update action version --- .github/workflows/license.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 8ac5228b8..ee8d9d1a6 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb88cab59..03cf85193 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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 @@ -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