diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f9e8cebf9..b1a98a2c8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -127,7 +127,7 @@ jobs: with: fetch-depth: 0 - name: Build snap - uses: snapcore/action-build@v1 + uses: canonical/action-build@v1 id: snapcraft - name: Upload snap artifact uses: actions/upload-artifact@v4 @@ -152,7 +152,7 @@ jobs: fi - name: Publish feature branch to edge/${{ steps.vars.outputs.branch }} if: ${{ env.SNAPCRAFT_STORE_CREDENTIALS != '' }} - uses: snapcore/action-publish@v1 + uses: canonical/action-publish@v1 env: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }} with: