diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88f32d35..5f09c298 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Check Other id: check_other - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: .\other\release\aiodns.bin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4bd2f6d..e99614a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Check Other id: check_other - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 with: files: .\other\release\aiodns.bin