diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68c6938..8843459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - name: Artifact checksums shell: pwsh run: Get-FileHash dist\DXCommand.exe -Algorithm SHA256 | Format-List - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: DXCommand-portable path: dist/DXCommand.exe