diff --git a/.github/workflows/bashtest.yml b/.github/workflows/bashtest.yml index d133872..07c8890 100644 --- a/.github/workflows/bashtest.yml +++ b/.github/workflows/bashtest.yml @@ -155,7 +155,7 @@ jobs: dpkg -s dxsbash | grep -q "Status: install ok installed" - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dxsbash-deb path: dist/*.deb