Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
1715751266 Bump softprops/action-gh-release from 1 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-12 16:02:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Check Other
id: check_other
uses: andstor/file-existence-action@v3
uses: andstor/file-existence-action@v2
with:
files: .\other\release\aiodns.bin

View File

@@ -43,7 +43,7 @@ jobs:
- name: Check Other
id: check_other
uses: andstor/file-existence-action@v3
uses: andstor/file-existence-action@v2
with:
files: .\other\release\aiodns.bin
@@ -86,7 +86,7 @@ jobs:
echo "NETCH_SHA256=$hash" | Out-File -Append -Encoding UTF8 -FilePath $Env:GITHUB_ENV
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: